Skip to content

Commit 55c1819

Browse files
committed
removed sphinx because sphinx.setup_command.BuildDoc because it is depreciated
1 parent 4298527 commit 55c1819

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

setup.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def find_version_author_email(*file_paths):
4848
version, author, author_email = find_version_author_email('dmx', '__init__.py')
4949

5050
# this is only necessary when not using setuptools/distribute
51-
from sphinx.setup_command import BuildDoc
5251

5352
requirements = ["numpy>=1.13.0",
5453
"pyserial>=3.2"]
@@ -90,18 +89,11 @@ def find_version_author_email(*file_paths):
9089
keywords=keywords,
9190
name=name,
9291
packages=['dmx'],
93-
cmdclass={'build_sphinx': BuildDoc},
9492
test_suite=test_suite,
9593
tests_require=test_requirements,
9694
url=url,
9795
license="BSD 3-Clause License",
9896
version=version,
9997
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')}}
10698
)
10799

0 commit comments

Comments
 (0)