summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson <carlton@noumenal.es>2021-11-03 18:35:27 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-11-03 19:05:19 +0100
commit9a4a2b20897b9cbddff9e024f3d814e105ab8d57 (patch)
tree88acf8891241025baeb7934f2c6b2fd398fd9769 /docs
parent029c830b71ee7a364c182d0746224e94f78f93c9 (diff)
[2.2.x] Refs #33247 -- Corrected configuration for Read The Docs.
This pins Sphinx version, because the default Sphinx version used by RTD is not compatible with Python 3.8+. This also, sets Python 3.8 for RTD builds which is compatible with all current versions of Django. Thanks to Mariusz Felisiak for the suggestion. Backport of 447b6c866f0741bb68c92dc925a65fb15bfe7995 from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt
new file mode 100644
index 0000000000..6ea1372680
--- /dev/null
+++ b/docs/requirements.txt
@@ -0,0 +1,3 @@
+pyenchant
+Sphinx>=3.1.0
+sphinxcontrib-spelling