breezy/08_disable_sphinx_epytext.patch
Matěj Cepl a9ff0135c0
- Fix vendoring in _service && revendor
- Fix packaging bugs (make rpmlint more happy and switch to wheel
  workflow)
- Add Debian patches:
  - 03_spurious_test_failure.patch
  - 08_disable_sphinx_epytext.patch
  - 16_generate_ids.patch
- Add bash completion

Signed-off-by: Matěj Cepl <mcepl@cepl.eu>
2025-01-22 13:55:40 +01:00

16 lines
399 B
Diff

=== modified file 'breezy/doc_generate/conf.py'
---
breezy/doc_generate/conf.py | 1 -
1 file changed, 1 deletion(-)
--- a/breezy/doc_generate/conf.py
+++ b/breezy/doc_generate/conf.py
@@ -24,7 +24,6 @@ extensions = [
"sphinx.ext.ifconfig",
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
- "sphinx_epytext",
# 'sphinxcontrib.napoleon', # TODO: for Google docstrings
]