File: 08_disable_sphinx_epytext

package info (click to toggle)
breezy 3.1.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 43,968 kB
  • sloc: python: 259,095; ansic: 1,922; makefile: 366; sh: 282; lisp: 107
file content (13 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
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
@@ -25,7 +25,6 @@ extensions = [
     'sphinx.ext.ifconfig',
     'sphinx.ext.autodoc',
     'sphinx.ext.intersphinx',
-    'sphinx_epytext',
     # 'sphinxcontrib.napoleon', # TODO: for Google docstrings
     ]