diff options
| author | Carlton Gibson <carlton@noumenal.es> | 2021-11-03 18:35:27 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-11-03 18:55:32 +0100 |
| commit | 9d171643d468aee2d61bf46cebfcbfe96df41d2d (patch) | |
| tree | fa7efa9745df2ff5b718d1fd60cc37024245bba9 /docs | |
| parent | 327dac6e7ce630d80111f48f29984bae8ca304d7 (diff) | |
[3.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.txt | 3 |
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 |
