diff options
| author | Carlton Gibson <carlton@noumenal.es> | 2021-11-03 18:35:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-03 18:35:27 +0100 |
| commit | 447b6c866f0741bb68c92dc925a65fb15bfe7995 (patch) | |
| tree | 9718896ff939d76a8468762a3fa429fcae12a059 /docs/requirements.txt | |
| parent | 0da7a2e9dab81b622a2000536c6a96de7f46e237 (diff) | |
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.
Diffstat (limited to 'docs/requirements.txt')
| -rw-r--r-- | docs/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt index e95ceeec27..6ea1372680 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ pyenchant -sphinx +Sphinx>=3.1.0 sphinxcontrib-spelling |
