Skip to content

Commit

Permalink
docs: split out requirements for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BioGeek committed Feb 27, 2024
1 parent 843a88c commit e58d33c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base
REQUIREMENTS: requirements-dev.txt
REQUIREMENTS: requirements-docs.txt
11 changes: 0 additions & 11 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
# All of these dependencies are pinned to specific versions to achieve reproducible builds (CI/DEV)
allure-pytest==2.11.1
coverage==6.4.4
libcst==1.2.0
livereload==2.6.3
mkdocs==1.4.0
mkdocs-gen-files==0.4.0
mkdocs-git-revision-date-plugin==0.3.2
mkdocs-include-markdown-plugin==3.9.0
mkdocs-material==8.5.6
mkdocs-pymdownx-material-extras==2.2.1
mkdocstrings==0.23.0
mkdocstrings-python==1.7.1
pre-commit==2.20.0
promise==2.3
pymdown-extensions==9.5
pytest==7.1.3
pytest-cov==3.0.0
pytest-mock==3.8.2
Expand Down
10 changes: 10 additions & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# All of these dependencies are pinned to specific versions to achieve reproducible builds (CI/DEV)
mkdocs==1.4.0
mkdocs-gen-files==0.4.0
mkdocs-git-revision-date-plugin==0.3.2
mkdocs-include-markdown-plugin==3.9.0
mkdocs-material==8.5.6
mkdocs-pymdownx-material-extras==2.2.1
mkdocstrings==0.23.0
mkdocstrings-python==1.7.1
pymdown-extensions==9.5

0 comments on commit e58d33c

Please sign in to comment.