diff options
| author | cperkins1 <cperkins1@cperkins1-10700s.nrel.gov> | 2008-11-04 10:29:50 -0700 |
|---|---|---|
| committer | cperkins1 <cperkins1@cperkins1-10700s.nrel.gov> | 2008-11-04 10:29:50 -0700 |
| commit | 7f5fda7bf8cc9f4a5d8093636fb738d021faeb09 (patch) | |
| tree | 74329358a6e81647279a8038be8166cfad62bd71 /setup.py | |
| parent | cba6a045b0a72edea1223153c592f3c7cbb02e8c (diff) | |
| download | sphinx-7f5fda7bf8cc9f4a5d8093636fb738d021faeb09.tar.gz | |
initial code brought over from numpy. Now we need to do some simplification of the numpy code.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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', |
