Skip to content

Commit

Permalink
update doc dependencies (#42)
Browse files Browse the repository at this point in the history
* update doc deps, bump to v0.13.1

* fix overview nb execution test

* try longer timeout

* fix video viz tutorial, include in CI, use xdist on CI

* increase overview doc timeout [skip ci]
  • Loading branch information
kjohnsen authored Feb 1, 2024
1 parent 897da97 commit cbe2ef6
Show file tree
Hide file tree
Showing 6 changed files with 189,359 additions and 190,453 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cache: "poetry"
- run: poetry install --no-interaction
- name: test
run: poetry run pytest --ignore=docs/tutorials/lqr_ctrl_ldsctrlest.ipynb --ignore=docs/tutorials/video_visualization.ipynb
run: poetry run pytest -n auto --ignore=docs/tutorials/lqr_ctrl_ldsctrlest.ipynb

# - name: Setup tmate session # for optional debugging
# uses: mxschmitt/action-tmate@v3
Expand Down
7 changes: 4 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
furo==2022.6.21
ipython==8.0.1
sphinx==7.2.6
furo==2024.01.29
ipython==8.18.1
sphinx-copybutton==0.4.0
sphinx-favicon==0.2
myst-nb==0.13.1
myst-nb==1.0.0
379,395 changes: 189,175 additions & 190,220 deletions docs/tutorials/video_visualization.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit cbe2ef6

Please sign in to comment.