Open michaeldickens opened 11 months ago
I forgot, I need to update Poetry to add a dependency for pydata_sphinx_theme
Edit: fixed
I am not sure whether the doc/build/ directory should be tracked, I noticed that scipy does track their doc/build/ but it contains binaries and stuff that git doesn't deal with well.
Implementation of issue #44.
Changes:
sphinx-apidoc
to auto-generate API docs for all modules in docs/source/reference/.To build docs:
To view docs, open docs/build/html/index.html in your browser.
(Note: Makefile was generated by Sphinx, but I added the
make buildapi
based on this StackOverflow answer.)