Skip to content

Commit 553edac

Browse files
committed
Install and configure mike
Signed-off-by: Federico Busetti <729029+febus982@users.noreply.github.com>
1 parent 62427b9 commit 553edac

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

mkdocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ docs_dir: docs/
77
repo_name: 'febus982/bootstrap-python-package'
88
repo_url: 'https://github.com/febus982/bootstrap-python-package'
99

10+
plugins:
11+
- search
12+
- mike
13+
1014
theme:
1115
name: material
1216
features:
@@ -15,7 +19,6 @@ theme:
1519
- content.code.copy
1620

1721
palette:
18-
1922
# Palette toggle for light mode
2023
- scheme: default
2124
primary: teal
@@ -34,6 +37,8 @@ extra:
3437
social:
3538
- icon: fontawesome/brands/linkedin
3639
link: https://www.linkedin.com/in/federico-b-a0b78232
40+
version:
41+
provider: mike
3742

3843
nav:
3944
- Home: index.md

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ pytest-cov = ">=4.0.0"
5353
pytest-factoryboy = ">=2.5.0"
5454
pytest-xdist = ">=3.0.2"
5555
ruff = ">=0.0.263"
56+
mike = "^2.0.0"
5657

5758
[tool.pytest.ini_options]
5859
asyncio_mode = "auto"

0 commit comments

Comments
 (0)