Skip to content
Snippets Groups Projects
Commit 4e6849c1 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'new-sphinx-cmds' into 'master'

[scripts] Fix generation of sphinx scripts with new paths

See merge request !31
parents 41160c37 f47296d9
No related branches found
No related tags found
1 merge request!31[scripts] Fix generation of sphinx scripts with new paths
Pipeline #25724 passed
......@@ -188,10 +188,10 @@ class Sphinx(Script):
'sphinx-quickstart',
])
self.options['entry-points'] = '\n'.join([
'sphinx-build=sphinx:main',
'sphinx-apidoc=sphinx.apidoc:main',
'sphinx-build=sphinx.cmd.build:main',
'sphinx-apidoc=sphinx.ext.apidoc:main',
'sphinx-autogen=sphinx.ext.autosummary.generate:main',
'sphinx-quickstart=sphinx.quickstart:main',
'sphinx-quickstart=sphinx.cmd.quickstart:main',
])
self.options['dependent-scripts'] = 'false'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment