Skip to content

Commit

Permalink
Add setup.py doc extra
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuhs committed Oct 26, 2019
1 parent 3d13153 commit f7403ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"isort==4.3.21",
"flake8>=3.7.7,<4.0.0",
],
"dev": ["tox>=3.13.2,<4.0.0", "Sphinx>=2.2.0,<3.0.0", "sphinx-rtd-theme"],
"dev": ["tox>=3.13.2,<4.0.0"],
"doc": ["Sphinx>=2.2.0,<3.0.0", "sphinx-rtd-theme"],
}

extras_require["dev"] = (
Expand Down

0 comments on commit f7403ef

Please sign in to comment.