Skip to content

Commit

Permalink
Create requirements.txt to run on mkdocs action CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrintt committed Mar 18, 2023
1 parent d625874 commit 1114801
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: website/mkdocs.yaml
REQUIREMENTS: website/requirements.txt
EXTRA_PACKAGES: build-base
26 changes: 26 additions & 0 deletions website/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
certifi==2022.12.7
charset-normalizer==3.0.1
click==8.1.3
colorama==0.4.6
ghp-import==2.1.0
idna==3.4
Jinja2==3.1.2
Markdown==3.3.7
MarkupSafe==2.1.2
mergedeep==1.3.4
mkdocs==1.4.2
mkdocs-autorefs==0.4.1
mkdocs-material==9.1.0
mkdocs-material-extensions==1.1.1
mkdocstrings==0.20.0
packaging==23.0
Pygments==2.14.0
pymdown-extensions==9.9.2
python-dateutil==2.8.2
PyYAML==6.0
pyyaml_env_tag==0.1
regex==2022.10.31
requests==2.28.2
six==1.16.0
urllib3==1.26.14
watchdog==2.3.1

0 comments on commit 1114801

Please sign in to comment.