- 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>
16 lines
399 B
Diff
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
|
|
]
|
|
|