Skip to content

Commit b7d8d4b

Browse files
authored
Merge pull request #619 from Climate-REF/dependabot/uv/pygments-2.20.0
2 parents 655db6b + c591972 commit b7d8d4b

5 files changed

Lines changed: 16 additions & 17 deletions

File tree

changelog/619.trivial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replaced the unmaintained `mkdocs-typer` docs plugin with `mkdocs-typer2` so the documentation builds against Pygments 2.20.

docs/cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `ref` command-line interface (CLI) is the primary way to interact with the Climate-REF framework.
44
This CLI tool is installed as part of the `climate-ref` package and provides commands for managing configurations, datasets, diagnostics, and more.
55

6-
::: mkdocs-typer
7-
:module: climate_ref.cli.__init__
8-
:command: app
9-
:prog_name: ref
6+
::: mkdocs-typer2
7+
:module: climate_ref.cli
8+
:name: app
9+
:pretty: true

mkdocs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ plugins:
151151
# https://github.com/PLAYG0N/mkdocs-panzoom
152152
- panzoom:
153153
full_screen: true
154+
# https://github.com/syn54x/mkdocs-typer2
155+
- mkdocs-typer2
154156

155157
markdown_extensions:
156158
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#attribute-lists
@@ -191,11 +193,6 @@ markdown_extensions:
191193
- name: mermaid
192194
class: mermaid
193195
format: !!python/name:pymdownx.superfences.fence_code_format
194-
# yamllint disable-line
195-
# https://github.com/mkdocs/mkdocs-click
196-
197-
198-
- mkdocs-typer:
199196

200197
watch:
201198
- README.md

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dev = [
6868
"types-tqdm>=4.67.3.20260408",
6969
"pytest-xdist>=3.6.1",
7070
"types-pyyaml>=6.0.12.20260408",
71-
"mkdocs-typer>=0.0.3",
71+
"mkdocs-typer2>=0.2.1",
7272
]
7373

7474
[tool.uv]

uv.lock

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

0 commit comments

Comments
 (0)