Skip to content

Commit

Permalink
Update mkdocsstrings and mkdocstrings-python to get documentation…
Browse files Browse the repository at this point in the history
… working
  • Loading branch information
MetinSa committed Nov 6, 2023
1 parent d836ced commit b56f851
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
35 changes: 18 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,22 @@ healpy = "^1.15.0"
astropy = ">=5.0.1"
jplephem = "^2.17"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
mypy = "^1.0"
mkdocs = "^1.2.1"
mkdocs = "^1.5.3"
pymdown-extensions = "^9.4"
markdown-include = "^0.6.0"
pre-commit = "^2.19.0"
hypothesis = "^6.47.5"
coverage = "^7.1.0"
pytest-cov = "^4.0.0"
mkdocs-material = "^9.0.1"
mkdocstrings = "^0.19.1"
mkdocstrings-python = "^0.8.2"
mkdocstrings = "^0.23.0"
mkdocstrings-python = "^1.7.3"
ruff = "^0.1.4"
markdown = "<3.4.0"


[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit b56f851

Please sign in to comment.