Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Holscher <eric@ericholscher.com>2021-04-24 18:07:16 +0300
committerEric Holscher <eric@ericholscher.com>2021-04-24 18:07:16 +0300
commita1ac35ac38d7978fb8b32fd7efa85240d914d5ed (patch)
tree2b6a06861035d4731dee44f15669b7bce31a6c41
parente508293fddbc6503d72704f8e02bdb5bb7fd564d (diff)
Install docutils in seperate filedocs-sphinx-pre-release
-rw-r--r--.readthedocs.yml1
-rw-r--r--docs/docutils-test.txt1
-rw-r--r--docs/requirements.txt1
3 files changed, 2 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 21d2358..68f0950 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -6,6 +6,7 @@ python:
- requirements: docs/requirements.txt
- method: pip
path: .
+ - requirements: docs/docutils-test.txt
sphinx:
configuration: docs/conf.py
diff --git a/docs/docutils-test.txt b/docs/docutils-test.txt
new file mode 100644
index 0000000..51dfb14
--- /dev/null
+++ b/docs/docutils-test.txt
@@ -0,0 +1 @@
+docutils==0.17
diff --git a/docs/requirements.txt b/docs/requirements.txt
index 785dfc5..471368c 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,3 +1,2 @@
sphinx>=4.0.dev0
-docutils==0.17
sphinxcontrib-httpdomain