Skip to content

Commit

Permalink
Update documentation dependencies to use specific versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rwnobrega committed Nov 1, 2024
1 parent 9324f7a commit 0bd687a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ test = [
"pytest-cov>=4.1.0",
]
doc = [
"mkdocs>=1.5.3",
"mkdocs-material>=9.5.3",
"mkdocstrings>=0.24.0",
"mkdocstrings-python>=1.7.5",
"mkdocs-gen-files>=0.5.0",
"mkdocs-include-markdown-plugin>=6.0.4",
"mkdocs-literate-nav>=0.6.1",
"griffe==0.49",
"mkdocs==1.5.3",
"mkdocs-material==9.5.3",
"mkdocstrings==0.26.2",
"mkdocstrings-python==1.12.2",
"mkdocs-gen-files==0.5.0",
"mkdocs-include-markdown-plugin==6.0.4",
"mkdocs-literate-nav==0.6.1",
]
debug = [
"ipykernel>=6.28.0",
Expand Down

0 comments on commit 0bd687a

Please sign in to comment.