File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,15 +13,13 @@ jobs:
1313 - name : Set up Python
1414 uses : actions/setup-python@v5
1515 with :
16- python-version : ' 3.x '
16+ python-version : ' 3.11 '
1717 - name : Install dependencies
1818 run : |
19- python3 -m pip install -U setuptools
20- sudo apt install --reinstall python3-pkg-resources python3-setuptools
21- python3 -m pip install sphinx sphinx-rtd-theme # install Sphinx and a theme
22- python3 -m pip install pybtex pybtex-docutils
23- python3 -m pip install sphinxcontrib-bibtex
24- python3 -m pip install kroki sphinxcontrib-kroki
19+ pip install setuptools
20+ pip install sphinx sphinx-rtd-theme
21+ pip install pybtex pybtex-docutils
22+ pip install sphinxcontrib-bibtex
2523 # Add any other required dependencies here
2624 - name : Build HTML documentation
2725 run : |
Original file line number Diff line number Diff line change 4646 "sphinx.ext.graphviz" ,
4747 "sphinx.ext.inheritance_diagram" ,
4848 "sphinx.ext.autosectionlabel" ,
49- "sphinxcontrib.kroki" ,
5049]
5150
5251bibtex_bibfiles = ["_static/files/refs.bib" ]
You can’t perform that action at this time.
0 commit comments