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
#1037)

Co-authored-by: Coull <[email protected]>
  • Loading branch information
AbeCoull and Coull authored Oct 6, 2024
1 parent 43d0c7e commit 5534034
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,13 @@
"pytest-cov",
"pytest-rerunfailures",
"pytest-xdist[psutil]",
"tox",
],
"docs": [
"sphinx",
"sphinx-rtd-theme",
"sphinxcontrib-apidoc",
"tox",
]
],
},
include_package_data=True,
url="https://github.com/amazon-braket/amazon-braket-sdk-python",
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 5534034

Please sign in to comment.