How to build documentation? #92
mikeivanov
started this conversation in
General
Replies: 1 comment
|
Hi Mike! Documentation is built automatically in pull requests or upon a pull-request merge to the master. However, if you want to build docs locally, then you can use DOCS-BUILDER ASDF system like this: (ql:quickload :reblocks-docs)
(ql:quickload :docs-builder)
(docs-builder:build :reblocks-docs :local t)It will build the docs and return a path to a directory where HTML was written to. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
it seems like the docs/Makefile file (implied by build-docs.ros) is missing
All reactions