Skip to content

Commit

Permalink
Change sphinx version and jupyter book
Browse files Browse the repository at this point in the history
Signed-off-by: miguelgfierro <[email protected]>
  • Loading branch information
miguelgfierro committed Jan 15, 2024
1 parent f892bf0 commit e67715d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ jobs:

- name: Install dependencies
run: |
pip install --upgrade pip setuptools wheel
pip install --no-use-pep517 lightfm
pip install .[all]
pip install -r docs/requirements-doc.txt
pip install -q --upgrade pip setuptools wheel
pip install -q --no-use-pep517 lightfm
pip install -q .[all]
pip install -q -r docs/requirements-doc.txt
- name: List dependencies
run: |
pip list
- name: Build documentation
run: |
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jupyter-book
sphinx>=5.1.0
jupyter-book>=0.13.2
sphinx>=4.5.0
sphinx_inline_tabs
ghp-import

0 comments on commit e67715d

Please sign in to comment.