Browse Source

CI fixups (#117)

* ci: temporary fixup for pytest-benchmark bug

See https://github.com/pytest-dev/pytest/issues/10420

* ci: upgrade mkdocs to fix jinja2 API break

* Update tox.ini

* fixed

Co-authored-by: Ofek Lev <ofekmeister@gmail.com>
anonswap
Antoine Poinsot 2 years ago
committed by GitHub
parent
commit
8a2c89dc3c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      tox.ini

14
tox.ini

@ -70,19 +70,19 @@ setenv =
; See https://reproducible-builds.org/specs/source-date-epoch/
SOURCE_DATE_EPOCH=1580601600
deps =
mkdocs~=1.2.2
mkdocs~=1.3.1
; theme
mkdocs-material~=7.3.1
mkdocs-material~=8.3.9
; plugins
mkdocs-minify-plugin~=0.4.1
mkdocs-git-revision-date-localized-plugin~=0.10.0
mkdocstrings~=0.16.2
mkdocs-minify-plugin~=0.5.0
mkdocs-git-revision-date-localized-plugin~=1.1.0
mkdocstrings~=0.18.1
; Extensions
pymdown-extensions~=9.0
pymdown-extensions~=9.5.0
mkdocs-material-extensions~=1.0.3
mkpatcher~=1.0.2
; Necessary for syntax highlighting in code blocks
Pygments~=2.10.0
Pygments~=2.12.0
commands =
python -m mkdocs {posargs}

Loading…
Cancel
Save