Skip to content

Commit 5c8999b

Browse files
committed
ci(docs): migrate from mkdocs-material-insiders to mkdocs-material
Material for MkDocs Insiders is now free and all formerly sponsor-only features have been merged into the public mkdocs-material package (9.7.0+). Going forward, bug fixes land only in the community edition. - Drop the git+https install of mkdocs-material-insiders and the MKDOCS_AQUA_BOT token from the docs-deploy workflows. - Bump mkdocs-material from 9.5.44 to 9.7.0 and regenerate docs/build/requirements.txt.
1 parent 57c9cd3 commit 5c8999b

4 files changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/mkdocs-dev.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip setuptools wheel
25-
pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.5.44-insiders-4.53.14
2625
pip install -r docs/build/requirements.txt
27-
env:
28-
GH_TOKEN: ${{ secrets.MKDOCS_AQUA_BOT }}
2926
- name: Configure the git user
3027
run: |
3128
git config user.name "github-actions[bot]"

.github/workflows/mkdocs-latest.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip setuptools wheel
27-
pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.5.44-insiders-4.53.14
2827
pip install -r docs/build/requirements.txt
29-
env:
30-
GH_TOKEN: ${{ secrets.MKDOCS_AQUA_BOT }}
3128
- name: Configure the git user
3229
run: |
3330
git config user.name "github-actions[bot]"

docs/build/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mkdocs-material==9.5.44
1+
mkdocs-material==9.7.0
22
mkdocs-macros-plugin
33
mike

docs/build/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#
77
babel==2.16.0
88
# via mkdocs-material
9+
backrefs==6.2
10+
# via mkdocs-material
911
certifi==2024.8.30
1012
# via requests
1113
charset-normalizer==3.4.0
@@ -56,7 +58,7 @@ mkdocs-get-deps==0.2.0
5658
# via mkdocs
5759
mkdocs-macros-plugin==1.3.7
5860
# via -r docs/build/requirements.in
59-
mkdocs-material==9.5.44
61+
mkdocs-material==9.7.0
6062
# via -r docs/build/requirements.in
6163
mkdocs-material-extensions==1.3.1
6264
# via mkdocs-material
@@ -94,8 +96,6 @@ pyyaml-env-tag==0.1
9496
# via
9597
# mike
9698
# mkdocs
97-
regex==2024.11.6
98-
# via mkdocs-material
9999
requests==2.32.3
100100
# via mkdocs-material
101101
six==1.16.0

0 commit comments

Comments
 (0)