diff --git a/docs/conf.py b/docs/conf.py index 89cf9f1..6ddab4e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,6 +30,7 @@ rst_epilog = """ versionnum=release ) +master_doc = "index" # -- General configuration --------------------------------------------------- diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..ac03813 --- /dev/null +++ b/docs/requirements.txt @@ -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 \ No newline at end of file