Skip to content

Commit

Permalink
Pin docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Jun 18, 2022
1 parent 56b32cc commit a4aa8c5
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2
- name: Install dependencies
run: pip install . -r docs/requirements.txt
run: pip install --no-deps -r docs/requirements.txt
- name: Build site
run: mkdocs build
- name: Deploy to gh-pages
Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mkdocs
mkdocs-material
57 changes: 55 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,55 @@
mkdocs
mkdocs-material
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile docs/requirements.in
#
click==8.1.3
# via mkdocs
ghp-import==2.1.0
# via mkdocs
importlib-metadata==4.11.4
# via mkdocs
jinja2==3.1.2
# via
# mkdocs
# mkdocs-material
markdown==3.3.7
# via
# mkdocs
# mkdocs-material
# pymdown-extensions
markupsafe==2.1.1
# via jinja2
mergedeep==1.3.4
# via mkdocs
mkdocs==1.3.0
# via
# -r docs/requirements.in
# mkdocs-material
mkdocs-material==8.3.6
# via -r docs/requirements.in
mkdocs-material-extensions==1.0.3
# via mkdocs-material
packaging==21.3
# via mkdocs
pygments==2.12.0
# via mkdocs-material
pymdown-extensions==9.5
# via mkdocs-material
pyparsing==3.0.9
# via packaging
python-dateutil==2.8.2
# via ghp-import
pyyaml==6.0
# via
# mkdocs
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
six==1.16.0
# via python-dateutil
watchdog==2.1.9
# via mkdocs
zipp==3.8.0
# via importlib-metadata

0 comments on commit a4aa8c5

Please sign in to comment.