Skip to content

Commit 3cf8d08

Browse files
committed
removed problematic extension for diagrams
1 parent 21d3ec3 commit 3cf8d08

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/publish_docs.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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: |

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"sphinx.ext.graphviz",
4747
"sphinx.ext.inheritance_diagram",
4848
"sphinx.ext.autosectionlabel",
49-
"sphinxcontrib.kroki",
5049
]
5150

5251
bibtex_bibfiles = ["_static/files/refs.bib"]

0 commit comments

Comments
 (0)