Codebase list python-werkzeug / dd1b495
Refreshed disable-sphinxcontrib-log_cabinet.patch. Thomas Goirand 2 years ago
2 changed file(s) with 8 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
2222 * Team upload.
2323 * New upstream release.
2424 * Removed pytest-timeout.patch now useless.
25 * Refreshed disable-sphinxcontrib-log_cabinet.patch.
2526
2627 -- Thomas Goirand <zigo@debian.org> Sat, 18 Sep 2021 15:03:37 +0200
2728
00 Description: Disable sphinxcontrib.log_cabinet extension
11 Author: Ondřej Nový <onovy@debian.org>
22
3 --- a/docs/conf.py
4 +++ b/docs/conf.py
5 @@ -16,7 +16,6 @@
3 Index: python-werkzeug/docs/conf.py
4 ===================================================================
5 --- python-werkzeug.orig/docs/conf.py
6 +++ python-werkzeug/docs/conf.py
7 @@ -16,7 +16,6 @@ extensions = [
68 "sphinx.ext.intersphinx",
79 "pallets_sphinx_themes",
810 "sphinx_issues",
911 - "sphinxcontrib.log_cabinet",
1012 ]
11 intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}
12 issues_github_path = "pallets/werkzeug"
13 autoclass_content = "both"
14 autodoc_typehints = "description"