File: sphinx

package info (click to toggle)
pyhamtools 0.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 33,012 kB
  • sloc: xml: 307,301; python: 3,493; makefile: 152
file content (12 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Disable sphinxcontrib.napoleon, seems unused and isn't packaged in Debian

--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -24,7 +24,6 @@
 # ones.
 extensions = [
     'sphinx.ext.autodoc',
-    'sphinx.ext.napoleon',
 ]
 
 # Add any paths that contain templates here, relative to this directory.