Codebase list python-itsdangerous / 4a4ab11
Refresh patch Julien Puydt 2 years ago
2 changed file(s) with 8 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
11
22 * Rewrite d/watch to work again.
33 * New upstream release.
4 * Refresh patch.
45
56 -- Julien Puydt <jpuydt@debian.org> Sun, 22 Aug 2021 07:39:24 +0200
67
55
66 --- python-itsdangerous.orig/docs/conf.py
77 +++ python-itsdangerous/docs/conf.py
8 @@ -11,7 +11,7 @@
9 # General --------------------------------------------------------------
10
8 @@ -13,7 +13,6 @@
119 master_doc = "index"
12 -extensions = ["sphinx.ext.autodoc", "sphinx.ext.intersphinx", "pallets_sphinx_themes"]
13 +extensions = ["sphinx.ext.autodoc", "pallets_sphinx_themes"]
14 intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}
15
16 # HTML -----------------------------------------------------------------
10 extensions = [
11 "sphinx.ext.autodoc",
12 - "sphinx.ext.intersphinx",
13 "pallets_sphinx_themes",
14 "sphinxcontrib.log_cabinet",
15 "sphinx_issues",