documentation: Update mkdcos-material
This commit is contained in:
parent
1beb4cb002
commit
46c6945da5
2 changed files with 3 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -259,8 +259,8 @@ publish_docs:
|
|||
venv/bin/mkdocs gh-deploy -m "Update" --force --ignore-version --no-history
|
||||
|
||||
docs_install:
|
||||
python -m venv venv
|
||||
source ./venv/bin/activate && pip install --force-reinstall mkdocs-material=="9.*" mkdocs-static-i18n=="1.2.*"
|
||||
python3 -m venv venv
|
||||
source ./venv/bin/activate && pip install --force-reinstall mkdocs-material=="9.7.2" mkdocs-static-i18n=="1.2.*"
|
||||
|
||||
clean:
|
||||
rm -rf bin dist sing-box
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
site_name: sing-box
|
||||
site_url: https://sing-box.sagernet.org/
|
||||
site_author: nekohasekai
|
||||
repo_url: https://github.com/SagerNet/sing-box
|
||||
repo_name: SagerNet/sing-box
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue