Skip to content

Commit

Permalink
infra: remove doc dependencies from the test list and add to their ow…
Browse files Browse the repository at this point in the history
…n extra dependency set
  • Loading branch information
Coull committed Oct 3, 2024
1 parent cbe7fc9 commit 20480c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@
"pytest-cov",
"pytest-rerunfailures",
"pytest-xdist[psutil]",
"tox",
],
"docs": [
"sphinx",
"sphinx-rtd-theme",
"sphinxcontrib-apidoc",
"tox",
]
},
include_package_data=True,
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,9 @@ commands =
basepython = python3
deps =
{[test-deps]deps}
sphinx
sphinx-rtd-theme
sphinxcontrib-apidoc
commands =
sphinx-build -E -T -b html doc build/documentation/html -j auto
extras = docs

[testenv:serve-docs]
basepython = python3
Expand Down

0 comments on commit 20480c9

Please sign in to comment.