Skip to content

Commit ff68613

Browse files
Update doc requirements
1 parent 2c61e6a commit ff68613

4 files changed

Lines changed: 39 additions & 2 deletions

File tree

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ fonttools==4.56.0 ; python_version >= "3.10" and python_version <= "3.11" or pyt
3333
fqdn==1.5.1 ; python_version >= "3.10" and python_version <= "3.11" or python_version >= "3.12" and python_version < "3.13"
3434
future==1.0.0 ; python_version >= "3.10" and python_version <= "3.11" or python_version >= "3.12" and python_version < "3.13"
3535
ghp-import==2.1.0 ; python_version >= "3.10" and python_version <= "3.11" or python_version >= "3.12" and python_version < "3.13"
36+
griffe==1.7.3 ; python_version >= "3.10" and python_version <= "3.11" or python_version >= "3.12" and python_version < "3.13"
3637
h11==0.14.0 ; python_version >= "3.10" and python_version <= "3.11" or python_version >= "3.12" and python_version < "3.13"
3738
h5io==0.1.10 ; python_version >= "3.10" and python_version <= "3.11" or python_version >= "3.12" and python_version < "3.13"
3839
h5py==3.13.0 ; python_version >= "3.10" and python_version <= "3.11" or python_version >= "3.12" and python_version < "3.13"
@@ -85,6 +86,7 @@ mkdocs-material-extensions==1.3.1 ; python_version >= "3.10" and python_version
8586
mkdocs-material==9.6.9 ; python_version >= "3.10" and python_version <= "3.11" or python_version >= "3.12" and python_version < "3.13"
8687
mkdocs==1.6.1 ; python_version >= "3.10" and python_version <= "3.11" or python_version >= "3.12" and python_version < "3.13"
8788
mkdocstrings-python-legacy==0.2.5 ; python_version >= "3.10" and python_version <= "3.11" or python_version >= "3.12" and python_version < "3.13"
89+
mkdocstrings-python==1.16.10 ; python_version >= "3.10" and python_version <= "3.11" or python_version >= "3.12" and python_version < "3.13"
8890
mkdocstrings==0.29.0 ; python_version >= "3.10" and python_version <= "3.11" or python_version >= "3.12" and python_version < "3.13"
8991
mne==1.7.1 ; python_version >= "3.10" and python_version <= "3.11" or python_version >= "3.12" and python_version < "3.13"
9092
mypy-extensions==1.0.0 ; python_version >= "3.10" and python_version <= "3.11" or python_version >= "3.12" and python_version < "3.13"

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ plugins:
1616
- search
1717
- include-markdown
1818
- mkdocstrings:
19-
default_handler: python
2019
handlers:
2120
python:
2221
options:

poetry.lock

Lines changed: 36 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ mkdocstrings = ">=0.20.0"
5555
mkdocstrings-python-legacy = "^0.2.3"
5656
jupyterlab = "^4.3.5"
5757
mkdocs-include-markdown-plugin = "^7.1.5"
58+
mkdocstrings-python = ">=1.1.0"
5859

5960
[tool.dephell.main]
6061
from = {format = "poetry", path = "pyproject.toml"}

0 commit comments

Comments
 (0)