Add docs (#4)

* initial work on sphinx docs; much left to do

* first pass at docs complete; still has some warts

* added requirements for readthedocs

* added requirements for readthedocs

* added requirements for readthedocs
This commit is contained in:
epi052
2020-01-27 06:11:22 -06:00
committed by GitHub
parent 5e4d71d32a
commit 8923d17d2e
2 changed files with 6 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ rst_epilog = """
versionnum=release
)
master_doc = "index"
# -- General configuration ---------------------------------------------------

5
docs/requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
sphinx-argparse==0.2.5
sphinxcontrib-napoleon==0.7
sphinx-rtd-theme==0.4.3
cmd2==0.9.24
luigi==2.8.11