Skip to content

Commit

Permalink
BLD: make doc extras everything
Browse files Browse the repository at this point in the history
  • Loading branch information
klauer committed Oct 25, 2023
1 parent 66aa812 commit 52f6a9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ def read_requirements(fn: str) -> list[str]:
python_requires=">=3.6",
install_requires=requirements,
extras_require={
"all": dev_requirements + doc_requirements,
"dev": dev_requirements,
"doc": doc_requirements,
"doc": dev_requirements + doc_requirements,
},
)

0 comments on commit 52f6a9b

Please sign in to comment.