diff options
| -rw-r--r-- | .readthedocs.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..ba93240f --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,11 @@ +formats: + - pdf + +build: + image: latest + +python: + version: 3.6 + pip_install: true + extra_requirements: + - docs |