Fix incorrect parameters on sphinx section

This commit is contained in:
Eric Torres 2019-04-23 14:42:34 -07:00
parent 1ff279e01f
commit 503eb25f38

View File

@ -30,10 +30,10 @@ setuptools.setup(
], ],
command_options={ command_options={
"build_sphinx": { "build_sphinx": {
# "project": ("setup.py", name), "project": ("setup.py", "name"),
"version": ("setup.py", "version"), "version": ("setup.py", "version"),
"release": ("setup.py", "release"), "release": ("setup.py", "release"),
# "source_dir": ("setup.py", "doc"), "source_dir": ("setup.py", "doc"),
} }
}, },
) )