File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ def find_version_author_email(*file_paths):
48
48
version , author , author_email = find_version_author_email ('dmx' , '__init__.py' )
49
49
50
50
# this is only necessary when not using setuptools/distribute
51
- from sphinx .setup_command import BuildDoc
52
51
53
52
requirements = ["numpy>=1.13.0" ,
54
53
"pyserial>=3.2" ]
@@ -90,18 +89,11 @@ def find_version_author_email(*file_paths):
90
89
keywords = keywords ,
91
90
name = name ,
92
91
packages = ['dmx' ],
93
- cmdclass = {'build_sphinx' : BuildDoc },
94
92
test_suite = test_suite ,
95
93
tests_require = test_requirements ,
96
94
url = url ,
97
95
license = "BSD 3-Clause License" ,
98
96
version = version ,
99
97
zip_safe = zip_safe ,
100
- command_options = {
101
- 'build_sphinx' : {
102
- 'project' : ('setup.py' , name ),
103
- 'version' : ('setup.py' , version ),
104
- 'release' : ('setup.py' , version ),
105
- 'source_dir' : ('setup.py' , 'documentation' )}}
106
98
)
107
99
You can’t perform that action at this time.
0 commit comments