File: do_not_use_custom_numpydoc.patch

package info (click to toggle)
emperor 1.0.4%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,124 kB
  • sloc: javascript: 11,426; python: 4,349; makefile: 183; sh: 30
file content (17 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Steffen Moeller
Last-Update: 2021-08-07 17:43:13 +0200
Description: Do not use custom numpydoc

Index: emperor/doc/source/conf.py
===================================================================
--- emperor.orig/doc/source/conf.py
+++ emperor/doc/source/conf.py
@@ -31,7 +31,7 @@ autosummary_generate = True
 # ones.
 extensions = ['sphinx.ext.autodoc',
               'sphinx.ext.imgmath',
-              'numpydoc',
+             # 'numpydoc',
               'sphinx.ext.coverage',
               'sphinx.ext.doctest',
               'sphinx.ext.autosummary'