diff options
| author | Théo Zimmermann | 2020-06-05 15:14:48 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2020-06-05 15:14:48 +0200 |
| commit | b6c940346123ea9f4e28845436a274c92c9baae6 (patch) | |
| tree | 6067d2471ea1db21abba690ae847130749cd57bb /doc/sphinx | |
| parent | db768e6828af62e06eb03d36509be6f8fc1efbf3 (diff) | |
Document incompatibility with Sphinx 3.
Cf. #12332
Diffstat (limited to 'doc/sphinx')
| -rw-r--r-- | doc/sphinx/changes.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/sphinx/changes.rst b/doc/sphinx/changes.rst index 72f0fdf4c5..68ab36a5ff 100644 --- a/doc/sphinx/changes.rst +++ b/doc/sphinx/changes.rst @@ -970,8 +970,14 @@ Infrastructure and dependencies - **Changed:** Minimal versions of dependencies for building the reference manual: - now requires Sphinx 2.3.1+, sphinx_rtd_theme 0.4.3+ and - sphinxcontrib-bibtex 0.4.2+ + now requires Sphinx >= 2.3.1 & < 3.0.0, sphinx_rtd_theme 0.4.3+ and + sphinxcontrib-bibtex 0.4.2+. + + .. warning:: + + The reference manual is known not to build properly with + Sphinx 3. + (`#12224 <https://github.com/coq/coq/pull/12224>`_, by Jim Fehrle and Théo Zimmermann). - **Removed:** |
