1234567891011121314 |
- Description: Disable sphinxcontrib.log_cabinet extension
- Author: Ondřej Nový <onovy@debian.org>
- --- a/docs/conf.py
- +++ b/docs/conf.py
- @@ -16,7 +16,6 @@
- "sphinx.ext.intersphinx",
- "pallets_sphinx_themes",
- "sphinx_issues",
- - "sphinxcontrib.log_cabinet",
- ]
- intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}
- issues_github_path = "pallets/werkzeug"
|