File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 - name : Set up Python ${{ matrix.python-version }}
1313 uses : actions/setup-python@v5
1414 with :
15- python-version : 3.9
15+ python-version : 3.11
1616 - name : Install dependencies
1717 run : |
1818 DEBIAN_FRONTEND=noninteractive sudo -E apt-get install -y graphviz
1919 python -m pip install --upgrade pip
20- pip install sphinx==4.4 .0 sphinx_rtd_theme==1.0 .0 sphinx-prompt pyyaml Sphinx-Substitution-Extensions[prompt]
20+ pip install sphinx==5.0 .0 sphinx_rtd_theme==1.2 .0 sphinx-prompt pyyaml Sphinx-Substitution-Extensions[prompt]
2121 - name : Make html
2222 run : |
2323 make SPHINXBUILD="python -m sphinx" html
Original file line number Diff line number Diff line change 1616 - name : Set up Python ${{ matrix.python-version }}
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : 3.9
19+ python-version : 3.11
2020
2121 - name : Set up Ruby ${{ matrix.ruby-version }}
2222 uses : ruby/setup-ruby@v1
2828 run : |
2929 DEBIAN_FRONTEND=noninteractive sudo -E apt-get install -y graphviz
3030 python -m pip install --upgrade pip
31- pip install sphinx==4.4 .0 sphinx_rtd_theme==1.0 .0 sphinx-prompt pyyaml Sphinx-Substitution-Extensions[prompt]
31+ pip install sphinx==5.0 .0 sphinx_rtd_theme==1.2 .0 sphinx-prompt pyyaml Sphinx-Substitution-Extensions[prompt]
3232 gem install yaml open3
3333
3434# ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments