We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00e05f commit 613ff50Copy full SHA for 613ff50
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
fetch-depth: 0
14
- uses: actions/setup-python@v2
15
with:
16
- python-version: 3.x
+ python-version: 3.10
17
- run: pip install -r docs/requirements.txt
18
- run: |
19
git config --global user.name "ci-bot"
docs/requirements.txt
@@ -1,6 +1,6 @@
1
jieba==0.42.1
2
jinja2==3.1.2
3
-mike==2.0.0
+mike==1.1.2
4
mkdocs-git-revision-date-localized-plugin==1.2.0
5
mkdocs-markdownextradata-plugin==0.2.5
6
mkdocs-material==9.1.21
0 commit comments