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

[scripts] Fix generation of sphinx scripts with new paths

parent 41160c37
Branches
Tags
1 merge request!31[scripts] Fix generation of sphinx scripts with new paths
Pipeline #25723 passed
...@@ -188,10 +188,10 @@ class Sphinx(Script): ...@@ -188,10 +188,10 @@ class Sphinx(Script):
'sphinx-quickstart', 'sphinx-quickstart',
]) ])
self.options['entry-points'] = '\n'.join([ self.options['entry-points'] = '\n'.join([
'sphinx-build=sphinx:main', 'sphinx-build=sphinx.cmd.build:main',
'sphinx-apidoc=sphinx.apidoc:main', 'sphinx-apidoc=sphinx.ext.apidoc:main',
'sphinx-autogen=sphinx.ext.autosummary.generate:main', 'sphinx-autogen=sphinx.ext.autosummary.generate:main',
'sphinx-quickstart=sphinx.quickstart:main', 'sphinx-quickstart=sphinx.cmd.quickstart:main',
]) ])
self.options['dependent-scripts'] = 'false' 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