Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2023-11-21 19:42:31 +0100
committerGitHub <noreply@github.com>2023-11-21 19:42:31 +0100
commitf3ad97fc3ff6074beb5656e17f29f739066a9a3f (patch)
treeb03ff8215b5703f191beac6df859dc5a0d93f2ac /.readthedocs.yaml
parent40715549cba29bac423e4eca8ea90a9a2bb9a749 (diff)
The new build system requires a requirements.txt (#2229)
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 781f85f3..3e3fae00 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -4,6 +4,14 @@
version: 2
+python:
+ install:
+ - requirements: docs/requirements.txt
+ - method: pip
+ path: .
+ extra_requirements:
+ - docs
+
sphinx:
builder: html
configuration: docs/conf.py
@@ -12,4 +20,4 @@ sphinx:
build:
os: "ubuntu-22.04"
tools:
- python: "3.11"
+ python: "3.11" \ No newline at end of file