Skip to content

Commit

Permalink
removed sphinx because sphinx.setup_command.BuildDoc because it is de…
Browse files Browse the repository at this point in the history
…preciated
  • Loading branch information
monzelr committed Feb 24, 2024
1 parent 4298527 commit 55c1819
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def find_version_author_email(*file_paths):
version, author, author_email = find_version_author_email('dmx', '__init__.py')

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

requirements = ["numpy>=1.13.0",
"pyserial>=3.2"]
Expand Down Expand Up @@ -90,18 +89,11 @@ def find_version_author_email(*file_paths):
keywords=keywords,
name=name,
packages=['dmx'],
cmdclass={'build_sphinx': BuildDoc},
test_suite=test_suite,
tests_require=test_requirements,
url=url,
license="BSD 3-Clause License",
version=version,
zip_safe=zip_safe,
command_options = {
'build_sphinx': {
'project': ('setup.py', name),
'version': ('setup.py', version),
'release': ('setup.py', version),
'source_dir': ('setup.py', 'documentation')}}
)

0 comments on commit 55c1819

Please sign in to comment.