Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pyproject.toml: limit sphinx_rtd_theme to <3.0.0
sphinx_rtd_theme deprecated `html_theme_path` and is now compatible with docutils 0.21. We could drop `html_theme_path` on stable, but the switch to a newer docutils version would break our Python 3.8 CI jobs due to the rst2man change [1]. So for stable, simply limit the sphinx_rtd_theme dependency to <3.0.0. For master, see [1]. [1] #1519 Signed-off-by: Bastian Krause <[email protected]>
- Loading branch information