diff --git a/.github/workflows/collab.yml b/.github/workflows/collab.yml index 18b34133..843621c0 100644 --- a/.github/workflows/collab.yml +++ b/.github/workflows/collab.yml @@ -30,7 +30,7 @@ jobs: - name: Install Build Software shell: bash -l {0} run: | - pip install jupyter-book==0.15.1 docutils==0.17.1 quantecon-book-theme==0.7.2 sphinx-tojupyter==0.3.0 sphinxext-rediraffe==0.2.7 sphinx-exercise==0.4.1 sphinxcontrib-youtube==1.1.0 sphinx-togglebutton==0.3.1 arviz==0.13.0 sphinx_proof==0.2.0 sphinx_reredirects==0.1.3 + pip install jupyter-book==1.0.4post1 quantecon-book-theme==0.20.2 sphinx-tojupyter==0.6.0 sphinxext-rediraffe==0.3.0 sphinx-exercise==1.2.1 sphinxcontrib-youtube==1.4.1 sphinx-togglebutton==0.4.5 sphinx_proof==0.4.0 sphinx_reredirects==1.1.0 # Build of HTML (Execution Testing) - name: Build HTML shell: bash -l {0}