mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
initial code brought over from numpy. Now we need to do some simplification of the numpy code.
This commit is contained in:
3
setup.py
3
setup.py
@@ -177,7 +177,8 @@ setup(
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'sphinx-build = sphinx:main',
|
||||
'sphinx-quickstart = sphinx.quickstart:main'
|
||||
'sphinx-quickstart = sphinx.quickstart:main',
|
||||
'sphinx-autogen = sphinx.scripts.autosummary_generate:main',
|
||||
],
|
||||
'distutils.commands': [
|
||||
'build_sphinx = sphinx.setup_command:BuildDoc',
|
||||
|
||||
Reference in New Issue
Block a user