disable-sphinxcontrib-log_cabinet.patch 388 B

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