initialize Sphinx and document builders

This commit is contained in:
Soren I. Bjornstad
2021-08-27 09:53:18 -05:00
parent 5d4a3164de
commit 0321b7d7b1
16 changed files with 803 additions and 370 deletions

11
requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
# this package
-e .
# docs
sphinx==3.5.4 # newer versions display function names in the wrong color?
sphinx_rtd_theme==0.5.2
# dev tools
setuptools
twine
wheel