-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
"make html" reports build error:
#!bash
sphinx-build: error: no such option: -b
when autodoc encounters following line:
#!python
(options, args) = parser.parse_args()
parser is the OptionParser from optparse module.
Wider bug description here:
http://stackoverflow.com/questions/6912025/is-optionparser-in-conflict-with-sphinx
- Bitbucket: https://bitbucket.org/birkenfeld/sphinx/issue/740
- Originally reported by: Anonymous
- Originally created at: 2011-08-02T16:33:38.929