summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index db1749d..20ef9d8 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -5,9 +5,10 @@ build:
python: "3.10"
python:
install:
- - requirements: docs/requirements.txt
+ - requirements: requirements/docs.txt
- method: pip
path: .
+
sphinx:
builder: dirhtml
fail_on_warning: true