-
Notifications
You must be signed in to change notification settings - Fork 6
building the documentation
cardano-node-wiki edited this page Aug 4, 2023
·
1 revision
brew install sphinx-doc
Ensure any post install steps are executed.
sphinx-build -b html . builddir
pip3 install sphinx-rtd-theme
pip3 install recommonmark
pip3 install sphinx_markdown_tables --user
pip3 install sphinxemoji --user
sphinx-build doc html
Open the documentation at html/index.html
The cardano-node
wiki has moved. Please go to (https://github.com/input-output-hk/cardano-node-wiki/wiki) and look for the page there.