We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tox -e docs
1 parent 3fd4553 commit 74a3b47Copy full SHA for 74a3b47
‎docs/conf.py‎
@@ -49,14 +49,12 @@
49
50
try:
51
import sphinx
52
- from pkg_resources import parse_version
53
54
cmd_line_template = "sphinx-apidoc -f -o {outputdir} {moduledir}"
55
cmd_line = cmd_line_template.format(outputdir=output_dir, moduledir=module_dir)
56
57
args = cmd_line.split(" ")
58
- if parse_version(sphinx.__version__) >= parse_version("1.7"):
59
- args = args[1:]
+ args = args[1:]
60
61
apidoc.main(args)
62
except Exception as e:
0 commit comments