summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml20
1 files changed, 12 insertions, 8 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index f9b33a141..55bc765b1 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,17 +1,21 @@
-# Formats in addition to HTML
+---
+# .readthedocs.yml
+# # Read the Docs configuration file
+# # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
+# # Required
+#
+version: 2
formats:
- htmlzip
-python:
- version: 3.7
- install:
- - requirements: docs/requirements-docs.txt
-
-# Build Container
build:
image: latest
+python:
+ version: 3.7
+ install:
+ - requirements: etc/requirements.txt
sphinx:
- configuration: docs/conf.py
+ configuration: docs/conf.py