diff options
| author | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-03-02 19:53:29 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-03-02 19:53:29 +0000 |
| commit | 30208ffbe68711d06c205c63591e1d7c52ac9b8e (patch) | |
| tree | b856a4e02dd1d1f20b1c15a50d0d820bcea1824f /.readthedocs.yml | |
| parent | 4d3e63175e4911a03ad7333522b80282ff326b56 (diff) | |
| download | GolemFlavor-30208ffbe68711d06c205c63591e1d7c52ac9b8e.tar.gz GolemFlavor-30208ffbe68711d06c205c63591e1d7c52ac9b8e.zip | |
attempt readthedocs
Diffstat (limited to '.readthedocs.yml')
| -rw-r--r-- | .readthedocs.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..3bb4da7 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,19 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + +# Optionally build your docs in additional formats such as PDF and ePub +# formats: all + +# Optionally set the version of Python and requirements required to build your docs +python: + version: 3.7 + install: + - requirements: docs/requirements.txt |
