Skip to content

Commit f185592

Browse files
noirbizarreLee-W
authored andcommitted
docs(deps): upgrade mkdocs-material and tidy some snippets
1 parent 1632746 commit f185592

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
@@ -136,9 +136,7 @@ You can add you own version provider by extending `VersionProvider` and exposing
136136

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

139-
`my_provider.py`
140-
141-
```python
139+
```python title="my_provider.py"
142140
from pathlib import Path
143141
from commitizen.providers import VersionProvider
144142
@@ -154,9 +152,7 @@ class MyProvider(VersionProvider):
154152
155153
```
156154

157-
`setup.py`
158-
159-
```python
155+
```python title="setup.py"
160156
from setuptools import setup
161157
162158
setup(

mkdocs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ markdown_extensions:
3535
- admonition
3636
- codehilite
3737
- extra
38+
- pymdownx.highlight
39+
- 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)