Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
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