File: 08_disable_sphinx_epytext

package info (click to toggle)
breezy 3.3.17-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,768 kB
  • sloc: python: 279,477; ansic: 1,093; makefile: 367; sh: 284; lisp: 107
file content (13 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
=== modified file 'breezy/doc_generate/conf.py'
Index: unstable/breezy/doc_generate/conf.py
===================================================================
--- unstable.orig/breezy/doc_generate/conf.py
+++ unstable/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
 ]