summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/developer/.readthedocs.yaml4
-rw-r--r--doc/requirements.txt1
-rw-r--r--doc/user/.readthedocs.yaml4
3 files changed, 0 insertions, 9 deletions
diff --git a/doc/developer/.readthedocs.yaml b/doc/developer/.readthedocs.yaml
index 9acbedb9cd..113672fadb 100644
--- a/doc/developer/.readthedocs.yaml
+++ b/doc/developer/.readthedocs.yaml
@@ -10,7 +10,3 @@ build:
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/developer/conf.py
-
-python:
- install:
- - requirements: doc/requirements.txt
diff --git a/doc/requirements.txt b/doc/requirements.txt
deleted file mode 100644
index debc7f1889..0000000000
--- a/doc/requirements.txt
+++ /dev/null
@@ -1 +0,0 @@
-sphinx==4.0.2
diff --git a/doc/user/.readthedocs.yaml b/doc/user/.readthedocs.yaml
index ed44aef552..c5a11dab17 100644
--- a/doc/user/.readthedocs.yaml
+++ b/doc/user/.readthedocs.yaml
@@ -10,7 +10,3 @@ build:
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/user/conf.py
-
-python:
- install:
- - requirements: doc/requirements.txt