Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to build docs for a package #198

Open
mortenpi opened this issue Sep 13, 2023 · 0 comments
Open

Document how to build docs for a package #198

mortenpi opened this issue Sep 13, 2023 · 0 comments

Comments

@mortenpi
Copy link
Member

Right now, this is what I had to do to get the docs for the latest HDF5.jl package to build locally:

using DocumentationGenerator
packages = DocumentationGenerator.installable_on_version(joinpath(homedir(), ".julia", "registries", "General"), VERSION)
hdf5 = first(filter(p -> p.name == "HDF5", collect(values(packages))))
hdf5 = (;
    hdf5...,
    server_type = "github",
    api_url = "",
    versions = sort(hdf5.versions),
)
DocumentationGenerator.build_documentation([hdf5])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant