Skip to content

Commit

Permalink
Merge branch 'trallard/update-ci' of https://github.com/trallard/pyda…
Browse files Browse the repository at this point in the history
…ta-sphinx-theme into trallard/update-ci
  • Loading branch information
trallard committed May 23, 2024
2 parents cb294ca + c242b93 commit 652fea2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ doc = [
"ipyleaflet",
"colorama",
]
test = ["pytest", "pytest-cov", "pytest-regressions", 'sphinx[test]']
test = ["pytest", "pytest-cov", "pytest-regressions", "sphinx[test]"]
dev = ["pyyaml", "pre-commit", "pydata-sphinx-theme[doc,test]", "tox", "pandoc", "sphinx-theme-builder[cli]"]
a11y = ["pytest-playwright"]
i18n = ["Babel", "jinja2"]
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ commands =
# tox run -e compile,py39-sphinx61-tests
# run tests without coverage
# tox run -e compile,py39-tests-no-cov
# skip compilation
# tox run -e py39-tests
[testenv:py3{9,10,11,12}{,-sphinx61,-sphinxdev,}-tests{,-no-cov}]
description = "Run tests Python and Sphinx versions. If a Sphinx version is specified, it will use that version vs the default in pyproject.toml"
# need to ensure the package is installed in editable mode
Expand Down

0 comments on commit 652fea2

Please sign in to comment.