Skip to content

Commit

Permalink
Check sphinx 7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
portnov committed Jul 15, 2024
1 parent fbf5fe6 commit 2979095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs_builder_tst.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This action is triggered whenever push to the docs folder of the master branch is made.
# It generates HTML pages from the docs folder of the master branch and push them to the gh-pages branch.

name: Build user documentation pages (test)
name: Build user documentation pages (for manual run)
on:
workflow_dispatch

Expand All @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Sphinx
run: pip install -U Sphinx==7.3.7
run: pip install -U Sphinx==7.4.1

- name: Install Theme
run: pip install sphinx-rtd-theme
Expand Down

0 comments on commit 2979095

Please sign in to comment.