Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2023-11-22 22:35:51 +0100
committerGitHub <noreply@github.com>2023-11-22 22:35:51 +0100
commit14898835711f0650c6e307d04db0684380c9c82f (patch)
tree688a9367f0af2c8b54f20c60dd5a3e19fa05814c
parentd7eb35f4ee49cbb8fe065db445a84000883d69b5 (diff)
Removed requirements from .readthedocs.yaml, can we remove this file without readthedocs being sad? (#2247)
-rw-r--r--.readthedocs.yaml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 3e3fae00..02e90da9 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -4,14 +4,6 @@
version: 2
-python:
- install:
- - requirements: docs/requirements.txt
- - method: pip
- path: .
- extra_requirements:
- - docs
-
sphinx:
builder: html
configuration: docs/conf.py