Skip to content

Commit

Permalink
pin pygments
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jan 8, 2025
1 parent 3782949 commit 5abf088
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- ipython
- ipykernel
- nbsphinx
- pygments <2.19 # FIXME: Newest pygments breaks sphinx-codeautolink. See: https://github.com/felix-hilden/sphinx-codeautolink/issues/153
- sphinx-autoapi
- sphinx-codeautolink
- sphinx-copybutton
Expand Down
36 changes: 18 additions & 18 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,39 +52,39 @@ dependencies = [
[project.optional-dependencies]
dev = [
# Dev tools and testing
"pip >=24.2.0",
"black ==24.8.0",
"blackdoc ==0.3.9",
"bump-my-version >=0.26.0",
"watchdog >=4.0.0",
"coverage >=7.5.0",
"coveralls >=4.0.1",
"flake8 >=7.1.1",
"flake8-rst-docstrings >=0.3.0",
"flit >=3.9.0,<4.0",
"tox >=4.18.0",
"coverage >=7.5.0",
"coveralls >=4.0.1",
"isort ==5.13.2",
"mypy",
"numpydoc >=1.8.0",
"pip >=24.2.0",
"pre-commit >=3.5.0",
"pytest >=8.3.2",
"pytest-cov >=5.0.0",
"black ==24.8.0",
"blackdoc ==0.3.9",
"isort ==5.13.2",
"ruff >=0.5.7",
"pre-commit >=3.5.0"
"tox >=4.18.0",
"watchdog >=4.0.0"
]
docs = [
# Documentation and examples
"furo >=2023.07.26",
"ipykernel",
"ipython",
"jupyter_client",
"nbsphinx",
"pandoc",
"pygments <2.19", # FIXME: Newest pygments breaks sphinx-codeautolink. See: https://github.com/felix-hilden/sphinx-codeautolink/issues/153
"sphinx >=7.0.0",
"sphinx_codeautolink",
"sphinx_copybutton",
"sphinx-intl",
"sphinx-mdinclude",
"sphinxcontrib-napoleon",
"nbsphinx",
"pandoc",
"ipython",
"ipykernel",
"jupyter_client",
"furo >=2023.07.26"
"sphinx_codeautolink",
"sphinx_copybutton"
]
gis = [
# GIS library support
Expand Down

0 comments on commit 5abf088

Please sign in to comment.