Skip to content

Commit 5001a8a

Browse files
committed
fix mkdocs
1 parent 32a851a commit 5001a8a

File tree

3 files changed

+33
-20
lines changed

3 files changed

+33
-20
lines changed

Diff for: docs/modules.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
::: pyvcell.foo
1+
# Modules
2+
3+
## pyvcell
4+
5+
::: pyvcell
6+
handler: python
7+
options:
8+
show_root_heading: true
9+
show_source: true
10+
show_signature_annotations: true

Diff for: poetry.lock

+17-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+6-5
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ tox = "^4.11.1"
3939
types-requests = "^2.32.0.20241016"
4040

4141
[tool.poetry.group.docs.dependencies]
42-
mkdocs = "^1.4.2"
43-
mkdocs-material = "^9.2.7"
44-
mkdocstrings = {extras = ["python"], version = "^0.23.0"}
42+
mkdocs = "^1.6.1"
43+
mkdocs-material = "^9.5.50"
44+
mkdocstrings = {extras = ["python"], version = "^0.27.0"}
45+
griffe = "^1.5.5"
4546

4647
[build-system]
4748
requires = ["poetry-core>=1.0.0"]
@@ -63,7 +64,7 @@ testpaths = ["tests"]
6364
target-version = "py39"
6465
line-length = 120
6566
fix = true
66-
select = [
67+
lint.select = [
6768
# flake8-2020
6869
"YTT",
6970
# flake8-bandit
@@ -95,7 +96,7 @@ select = [
9596
# tryceratops
9697
"TRY",
9798
]
98-
ignore = [
99+
lint.ignore = [
99100
# LineTooLong
100101
"E501",
101102
# DoNotAssignLambda

0 commit comments

Comments
 (0)