Skip to content

Commit 946a2af

Browse files
committed
docs: Add the mkdocs version
1 parent c66701f commit 946a2af

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rko"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "A Python library for Random-Key Optimization (RKO)."
99
readme = "README.md"
1010
requires-python = ">=3.8"

requirements_docs.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mkdocs
2-
mkdocs-material
3-
pymdown-extensions
4-
mkdocstrings[python]
1+
mkdocs==1.6.1
2+
mkdocs-material==9.7.3
3+
pymdown-extensions==10.21
4+
mkdocstrings[python]==1.0.3

0 commit comments

Comments
 (0)