breezy/08_disable_sphinx_epytext.patch

16 lines
399 B
Diff
Raw Normal View History

=== 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
]