Skip to content

Commit

Permalink
chore: Update dependencies and installation commands for mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubAndrysek committed Jun 18, 2024
1 parent defe766 commit 305a2f8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
with:
key: ${{ github.ref }}
path: .cache
- run: pip install -r requirements.txt
- run: pip install -e ".[dev]"
- run: mkdocs gh-deploy --force
6 changes: 3 additions & 3 deletions .github/workflows/mkdoxy-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
# You can use PyPy versions in python-version.
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand All @@ -22,7 +22,7 @@ jobs:
run: python -c "import sys; print(sys.version)"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install --upgrade pip
pip install -e ".[dev]"
- name: Build docs
run: mkdocs build --clean --strict --verbose
22 changes: 2 additions & 20 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions devdeps.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
mkdocs==1.6.0
mkdocs-material==9.5.27
mkdocs-glightbox==0.4.0
mkdocs-git-revision-date-localized-plugin==1.2.6
mkdocs-open-in-new-tab==1.0.3
setuptools==70.0.0
mkdocs-material~=9.5.27
mkdocs-glightbox~=0.4.0
mkdocs-git-revision-date-localized-plugin~=1.2.6
setuptools~=70.0.0

0 comments on commit 305a2f8

Please sign in to comment.