File: docs-numpydoc-packaged

package info (click to toggle)
python-pomegranate 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 36,948 kB
  • sloc: python: 11,489; makefile: 259; sh: 28
file content (14 lines) | stat: -rw-r--r-- 598 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Michael R. Crusoe <crusoe@debian.org>
Description: use the packaged version of numpydoc, not PyPI/pip
Forwarded: not-needed
--- python-pomegranate.orig/docs/conf.py
+++ python-pomegranate/docs/conf.py
@@ -21,8 +21,6 @@
 #for mod_name in MOCK_MODULES:
 #   sys.modules[mod_name] = mock.Mock()
 
-subprocess.call('pip install numpydoc', shell=True)
-
 # If extensions (or modules to document with autodoc) are in another directory,
 # add these directories to sys.path here. If the directory is relative to the
 # documentation root, use os.path.abspath to make it absolute, like shown here.