Skip to content

Commit b56f851

Browse files
committed
Update mkdocsstrings and mkdocstrings-python to get documentation working
1 parent d836ced commit b56f851

File tree

2 files changed

+24
-21
lines changed

2 files changed

+24
-21
lines changed

poetry.lock

Lines changed: 18 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,22 @@ healpy = "^1.15.0"
1515
astropy = ">=5.0.1"
1616
jplephem = "^2.17"
1717

18-
[tool.poetry.dev-dependencies]
18+
[tool.poetry.group.dev.dependencies]
1919
pytest = "^7.2.1"
2020
mypy = "^1.0"
21-
mkdocs = "^1.2.1"
21+
mkdocs = "^1.5.3"
2222
pymdown-extensions = "^9.4"
2323
markdown-include = "^0.6.0"
2424
pre-commit = "^2.19.0"
2525
hypothesis = "^6.47.5"
2626
coverage = "^7.1.0"
2727
pytest-cov = "^4.0.0"
2828
mkdocs-material = "^9.0.1"
29-
mkdocstrings = "^0.19.1"
30-
mkdocstrings-python = "^0.8.2"
29+
mkdocstrings = "^0.23.0"
30+
mkdocstrings-python = "^1.7.3"
3131
ruff = "^0.1.4"
32+
markdown = "<3.4.0"
33+
3234

3335
[build-system]
3436
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)