Skip to content

Commit

Permalink
use jupyter-book=0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
swryan committed Mar 6, 2023
1 parent 72ebd47 commit 70f4f45
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/dymos_docs_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,6 @@ jobs:
- name: Install juptyter-book and jupyter
shell: bash -l {0}
run: |
echo "============================================================="
echo "Install jupyter-book"
echo "============================================================="
pip install git+https://github.com/executablebooks/jupyter-book
- name: Install bokeh
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dymos_tests_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
echo "============================================================="
echo "Building Docs"
echo "============================================================="
pip install git+https://github.com/executablebooks/jupyter-book
pip install jupyter-book==0.14
cd docs
jupyter-book build -W --keep-going dymos_book
python copy_build_artifacts.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'docs': [
'matplotlib',
'jupyter',
'jupyter-book',
'jupyter-book==0.14',
'nbconvert',
'notebook',
'ipython',
Expand Down

0 comments on commit 70f4f45

Please sign in to comment.