summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnyOldName3 <krizdjali+gitlab@gmail.com>2021-11-02 00:09:47 +0000
committerpsi29a <psi29a@gmail.com>2021-11-05 10:25:20 +0000
commitb7caf1f36e8638760605401c0feae56f2b79d7fd (patch)
tree278e7e7637eae08b5fb0205fad80089b926d5648
parentbac679d5f5a252e479a576855c8b00bad9b67d6a (diff)
Merge branch 'rtd' into 'master'
Fix readthedocs config See merge request OpenMW/openmw!1340 (cherry picked from commit ade3c2c61b29665abfa7562e96ee157c83a89def) 665d756f Fix readthedocs config
-rw-r--r--.readthedocs.yaml10
-rw-r--r--docs/requirements.txt2
-rw-r--r--readthedocs.yml2
3 files changed, 11 insertions, 3 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000000..e0b39ec495
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,10 @@
+version: 2
+
+sphinx:
+ configuration: docs/source/conf.py
+
+python:
+ version: 3.8
+ install:
+ - requirements: docs/requirements.txt
+
diff --git a/docs/requirements.txt b/docs/requirements.txt
index 288d462d0d..14c09d53e7 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,2 +1,2 @@
parse_cmake
-sphinx>=1.7.0
+sphinx==1.8.5
diff --git a/readthedocs.yml b/readthedocs.yml
deleted file mode 100644
index e53e54b785..0000000000
--- a/readthedocs.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-# Don't build any extra formats
-formats: [] \ No newline at end of file