Skip to content

JuliaDocs/DocumenterInventoryWritingBackport.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocumenterInventoryWritingBackport.jl

Build Status

DocumenterInventoryWritingBackport.jl is a backport of the inventory-writing feature in Documenter v1.3 to Documenter v0.25v1.2.

See "Inventory Generation" in the DocumenterInterLinks documentation for details.

Installation

As usual, the package can be installed via

] add DocumenterInventoryWritingBackport

in the Julia REPL, or by adding

DocumenterInventoryWritingBackport = "195adf08-069f-4855-af3e-8933a2cdae94"

to the relevant Project.toml file (e.g., docs/Project.toml).

Usage

Add

using DocumenterInventoryWritingBackport

to a project's docs/make.jl file, or in the REPL where you are building the project's documentation. Then, build the documentation as normal.

Simply loading DocumenterInventoryWritingBackport in this way should be sufficient to ensure that an objects.inv inventory file will be created when building the documentation.

About

Backport of inventory writing for Documenter 0.25-1.2

Resources

License

Stars

Watchers

Forks

Packages

No packages published