Commit 9ce32d32 authored by ericholscher's avatar ericholscher

Fix docs to work

parent 0341e4d0
......@@ -13,6 +13,9 @@
#
# All configuration values have a default; values that are commented out
# serve to show the default.
import sys, os
sys.path.append(os.path.abspath('..'))
import setup as setup_script
......@@ -195,3 +198,4 @@ latex_documents = [
# If false, no module index is generated.
#latex_use_modindex = True
[console_scripts]
easy_install = setuptools.command.easy_install:main
easy_install-3.4 = setuptools.command.easy_install:main
easy_install-2.7 = setuptools.command.easy_install:main
[distutils.commands]
alias = setuptools.command.alias:alias
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment