Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6955cb5

Browse files
noirbizarrewoile
authored andcommitted
docs(deps): upgrade mkdocs-material and tidy some snippets
1 parent b5a72e0 commit 6955cb5

File tree

4 files changed

+49
-46
lines changed

4 files changed

+49
-46
lines changed

‎docs/config.md‎

Lines changed: 2 additions & 6 deletions
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‎

Lines changed: 2 additions & 0 deletions
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‎

Lines changed: 44 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ types-PyYAML = "^5.4.3"
9090
types-termcolor = "^0.1.1"
9191
# documentation
9292
mkdocs = "^1.0"
93-
mkdocs-material = "^4.1"
93+
mkdocs-material = "^8.5.11"
9494
pydocstyle = "^5.0.2"
9595
pytest-xdist = "^3.1.0"
9696

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /