1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 12:39:42 +00:00
This commit is contained in:
Emma 2019-07-24 15:02:07 -06:00
parent c4fd6e377c
commit 99c0eb8806
2 changed files with 9 additions and 0 deletions

7
.readthedocs.yml Normal file
View file

@ -0,0 +1,7 @@
version: 2
sphinx:
configuration: docs/conf.py
python:
version: 3.6

View file

@ -40,6 +40,8 @@ templates_path = ["_templates"]
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
# Master document
master_doc = "index"
# -- Options for HTML output -------------------------------------------------