File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ docs_dir: docs/
77repo_name : ' febus982/bootstrap-python-package'
88repo_url : ' https://github.com/febus982/bootstrap-python-package'
99
10+ plugins :
11+ - search
12+ - mike
13+
1014theme :
1115 name : material
1216 features :
1519 - content.code.copy
1620
1721 palette :
18-
1922 # Palette toggle for light mode
2023 - scheme : default
2124 primary : teal
3437 social :
3538 - icon : fontawesome/brands/linkedin
3639 link : https://www.linkedin.com/in/federico-b-a0b78232
40+ version :
41+ provider : mike
3742
3843nav :
3944 - Home : index.md
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ pytest-cov = ">=4.0.0"
5353pytest-factoryboy = " >=2.5.0"
5454pytest-xdist = " >=3.0.2"
5555ruff = " >=0.0.263"
56+ mike = " ^2.0.0"
5657
5758[tool .pytest .ini_options ]
5859asyncio_mode = " auto"
You can’t perform that action at this time.
0 commit comments