1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-09-16 21:12:25 +02:00

fix build error caused by dep updates, and remove swagger-ui-tag dep

This commit is contained in:
Madeline 2023-08-22 13:40:03 +10:00
parent 4565491522
commit 59bb525284
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47
4 changed files with 5 additions and 13 deletions

View File

@ -14,7 +14,7 @@ jobs:
with:
python-version: 3.x
- run: curl https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/CODE_OF_CONDUCT.md -o docs/contributing/conduct.md
- run: python3 -m pip install mkdocs-material mkdocs-swagger-ui-tag mkdocs-section-index mkdocs-macros-plugin
- run: python3 -m pip install -r requirements.txt
- run: mkdocs build
- run: echo docs.spacebar.chat >> site/CNAME
- name: Deploy 🚀

View File

@ -1,3 +0,0 @@
html {
overflow-y: auto !important;
}

View File

@ -25,10 +25,6 @@ plugins:
- section-index
- search
- macros
- swagger-ui-tag:
extra_css: [assets/swagger.css]
docExpansion: none
filter: true
theme:
name: material
logo: assets/logo.svg

View File

@ -1,5 +1,4 @@
mkdocs
mkdocs-material
mkdocs-swagger-ui-tag
mkdocs-section-index
mkdocs-macros-plugin
mkdocs==1.5.2
mkdocs-material==9.1.21
mkdocs-section-index==0.3.5
mkdocs-macros-plugin==1.0.4