We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents baa18d5 + 01977b6 commit 23e8071Copy full SHA for 23e8071
.github/workflows/release.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Setup GitHub Pages
77
uses: actions/configure-pages@v2
78
- name: Install dependencies
79
- run: sudo apt update && sudo apt install -y doxygen graphviz dia git && pip install sphinx breathe furo m2r2 sphinxcontrib-googleanalytics==0.2.dev20220708 sphinxcontrib-jquery toml
+ run: sudo apt update && sudo apt install -y doxygen graphviz dia git && pip install sphinx==7.1.2 breathe furo m2r2 sphinxcontrib-googleanalytics==0.2.dev20220708 sphinxcontrib-jquery toml
80
- name: Install UForm from PyPi
81
run: pip install uform
82
- name: Build documentation
0 commit comments