diff options
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..f9b33a141 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,17 @@ +# Formats in addition to HTML + +formats: + - htmlzip + +python: + version: 3.7 + install: + - requirements: docs/requirements-docs.txt + +# Build Container +build: + image: latest + + +sphinx: + configuration: docs/conf.py |