Skip to content

Commit 23e8071

Browse files
authored
Merge pull request #42 from unum-cloud/main-dev
Make: Sphinx versioning
2 parents baa18d5 + 01977b6 commit 23e8071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Setup GitHub Pages
7777
uses: actions/configure-pages@v2
7878
- 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
79+
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
8080
- name: Install UForm from PyPi
8181
run: pip install uform
8282
- name: Build documentation

0 commit comments

Comments
 (0)