-
Notifications
You must be signed in to change notification settings - Fork 5
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
[FIX-21] building docs locally #23
Conversation
Why there are a |
Please use an "absolute" path here: Line 3 in b3a7ad6
project_path = Base.Filesystem.joinpath(Base.Filesystem.dirname(Base.source_path()), "..") |
Oh, this is some ancient leftover. 0945480 removes that. |
Looks good. The documentation builds and didn't saw anything strange in the rendered documentation. |
Resolves #21. * Removed `sorting` argument from `CitationsBibliography` * Adjusted syntax of the latest version of `makedocs` using the `plugin` keyword * Fixed typo in docstrings * Removed docstring of the `QEDbase` module (this feature might be broken) * Added `QEDbase` as a dependency to docs --------- Co-authored-by: Uwe Hernandez Acosta <[email protected]>
Resolves #21.
Applied changes
sorting
argument fromCitationsBibliography
makedocs
using theplugin
keywordQEDbase
module (this feature might be broken)QEDbase
as a dependency to docs