Closed namurphy closed 7 months ago
This PR adds a configuration file for nox, noxfile.py, which includes the build_docs environment for building documentation.
noxfile.py
build_docs
Instructions:
nox
pip install nox
nox -e build_docs
The index page out the output will be at docs/build/html/index.html.
docs/build/html/index.html
This PR adds a configuration file for nox,
noxfile.py
, which includes thebuild_docs
environment for building documentation.Instructions:
nox
withpip install nox
nox -e build_docs
.The index page out the output will be at
docs/build/html/index.html
.