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'
|