Skip to content

Commit

Permalink
Test removal of doc requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tburrows13 committed Oct 4, 2020
1 parent d7a2f69 commit 464d7d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ def run_tests(self):

doc_reqs = [
"pygame>=1.9.3,<2.0; python_version<'3.8'",
"numpydoc",
"sphinx_rtd_theme>=0.1.10b0,<1.0",
"Sphinx>=1.5.2,<2.0",
"numpydoc<2.0",
]

test_reqs = [
Expand Down

0 comments on commit 464d7d4

Please sign in to comment.