Skip to content

Commit

Permalink
[FSTORE-1426] add requirements.txt for documentation instead of using…
Browse files Browse the repository at this point in the history
… a profile in hsfs
  • Loading branch information
SirOibaf committed Jun 13, 2024
1 parent 8d58f51 commit a693c34
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mkdocs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: mkdocs-release

on:
push:
branches: [branch-*]
branches: [branch-*\.*]

jobs:
publish-release:
Expand All @@ -21,7 +21,7 @@ jobs:
run: sudo apt-get install -y libxml2-dev libxslt-dev

- name: install deps
run: pip3 install 'git+https://github.com/logicalclocks/feature-store-api@master#egg=hsfs[docs]&subdirectory=python'
run: pip3 install -r requirements-docs.txt

- name: setup git
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: sudo apt-get install -y libxml2-dev libxslt-dev

- name: install deps
run: pip3 install 'git+https://github.com/logicalclocks/feature-store-api@master#egg=hsfs[docs]&subdirectory=python' linkchecker
run: pip3 install -r requirements-docs.txt

- name: setup git
run: |
Expand Down
11 changes: 11 additions & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
mkdocs==1.5.3
mkdocs-material==9.5.17
mike==2.0.0
sphinx==7.2.6
keras_autodoc @ git+https://[email protected]/logicalclocks/keras-autodoc
markdown-include==0.8.1
mkdocs-jupyter==0.24.3
markdown==3.6
pymdown-extensions==10.7.1
mkdocs-macros-plugin==1.0.4
mkdocs-minify-plugin>=0.2.0

0 comments on commit a693c34

Please sign in to comment.