File: sphinx

package info (click to toggle)
pyhamtools 0.7.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 32,740 kB
  • sloc: xml: 307,301; python: 3,346; makefile: 152
file content (12 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (2)
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
@@ -35,7 +35,6 @@ sys.path.insert(0,"/Users/user/projects/
 # ones.
 extensions = [
     'sphinx.ext.autodoc',
-    'sphinxcontrib.napoleon',
 ]
 
 # Add any paths that contain templates here, relative to this directory.