summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek Sokorski <b.sokorski@gmail.com>2023-01-19 01:41:23 +0100
committerPhil Jones <philip.graham.jones@googlemail.com>2023-01-22 11:31:40 +0000
commitd4eed4096ea23720e7f58b06f728d5751c927c44 (patch)
treea3c66e08fcd0d69020aeb88025d095a66b117fe5
parent8bafca831fbbc18d3b6ef798d5cdab3d114ebe1f (diff)
downloadblinker-d4eed4096ea23720e7f58b06f728d5751c927c44.tar.gz
Update readthedocs setup
-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