Skip to content

Commit f084001

Browse files
committed
docs(deps): upgrade mkdocs-material and tidy some snippets
1 parent ae26aef commit f084001

File tree

4 files changed

+49
-46
lines changed

4 files changed

+49
-46
lines changed

docs/config.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ You can add you own version provider by extending `VersionProvider` and exposing
135135

136136
Here a quick example of a `my-provider` provider reading and writing version in a `VERSION` file.
137137

138-
`my_provider.py`
139-
140-
```python
138+
```python title="my_provider.py"
141139
from pathlib import Path
142140
from commitizen.providers import VersionProvider
143141
@@ -153,9 +151,7 @@ class MyProvider(VersionProvider):
153151
154152
```
155153

156-
`setup.py`
157-
158-
```python
154+
```python title="setup.py"
159155
from setuptools import setup
160156
161157
setup(

mkdocs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ markdown_extensions:
3434
- admonition
3535
- codehilite
3636
- extra
37+
- pymdownx.highlight
38+
- pymdownx.superfences

poetry.lock

+44-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ types-PyYAML = "^5.4.3"
9191
types-termcolor = "^0.1.1"
9292
# documentation
9393
mkdocs = "^1.0"
94-
mkdocs-material = "^4.1"
94+
mkdocs-material = "^8.5.11"
9595
pydocstyle = "^5.0.2"
9696
pytest-xdist = "^3.1.0"
9797

0 commit comments

Comments
 (0)