Skip to content

Commit

Permalink
Setup: Put an upper bound on notebook to avoid issues with the docume…
Browse files Browse the repository at this point in the history
…ntation
  • Loading branch information
lucianolorenti authored and Lorenti Luciano - x_lulorent committed Jul 26, 2023
1 parent c12e24d commit 78974de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python -m pip install --upgrade nbconvert
python -m pip install jinja2
if [ -f requirements.txt ]; then python -m pip install -r requirements.txt; fi
python -m pip install -e $GITHUB_WORKSPACE
python -m pip install -e $GITHUB_WORKSPACE[doc]
- name: Deploy docs
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ doc = [
"mkdocstrings[python]",
"mkdocs-material",
"mkdocs-jupyter",
"notebook<=6.5",
"jupyter_contrib_nbextensions",
"mkdocstrings",
"mkdocs-bibtex",
Expand Down

0 comments on commit 78974de

Please sign in to comment.