Skip to content

Commit

Permalink
[DOC] Use mike to deploy versioned documentation
Browse files Browse the repository at this point in the history
[DOC] Use mike to deploy versioned documentation
  • Loading branch information
felipeangelimvieira authored Nov 21, 2024
2 parents e1683e3 + ccc6626 commit bf60f4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jupytext = {version = "^1.16.3", optional = true}
markdown-katex = {version = "^202406.1035", optional = true}
python-markdown-math = {version = "^0.8", optional = true}
tabulate = {version = "^0.9.0", optional = true}
mike = {version = "^2.1.3", optional = true}


[tool.poetry.extras]
Expand All @@ -57,7 +58,8 @@ dev = [
"pydocstyle",
"mypy",
"pylint",
"mkdocstrings"
"mkdocstrings",
"mike",
]

[tool.pytest.ini_options]
Expand Down

0 comments on commit bf60f4b

Please sign in to comment.