DocumenterTools.jl icon indicating copy to clipboard operation
DocumenterTools.jl copied to clipboard

Extra tools for setting up Documenter

Results 9 DocumenterTools.jl issues
Sort by recently updated
recently updated
newest added

Based off the discussion in #88, but also relevant for #89. cc @goerz My two cents is that it's not really worth making changes to the generate functions, and instead...

After PR #81 my docs correctly install Documenter v1+ (https://github.com/JuliaDynamics/Attractors.jl/actions/runs/6321627234/job/17170682108?pr=94#step:4:331). However there is another breakage I can't seem to figure out: https://github.com/JuliaDynamics/Attractors.jl/actions/runs/6321627234/job/17170682108?pr=94#step:5:1 To be clear of how we build the...

It's a pretty common operation to want to do some operation on every HTML file of a Documenter build. E.g. to figure out the sizes of all HTML files: ```julia...

Code is quite WIP and needs to be refactore but, basically, adds the `DocumenterTools.update_canonical_links` function to update the canonical URLs of a Documenter site. Builds on top of #75.

The use case I imagine here is where you want to move the docs from one domain to another (e.g. when you move the package from one GitHub org to...

Closes https://github.com/JuliaDocs/DocumenterTools.jl/issues/73 Supersedes https://github.com/eschnett/DocumenterTools.jl/pull/1

OpenSSH @8, the currently required version, requires OpenSSL @1. Thus DocumenterTools is currently holding up many package upgrades that switch to OpenSSL @3. Note that OpenSSL @1 will become unsupported...

We're still relying on system Git, which can cause issues (particularly on windows): https://github.com/JuliaDocs/DocumenterTools.jl/blob/c1af03618b9d1e9b50e9b6a472d2c4115dab6be5/src/genkeys.jl#L142-L148

This needs a round of cleanup, but it's something that I often want when debugging Documenter issues -- a way to generate a trivial full docs stub, into which you...