Skip to content

Commit

Permalink
[CI] Try using sphinx 7.2.6 in doc build.
Browse files Browse the repository at this point in the history
aicorein committed Apr 16, 2024

Verified

This commit was signed with the committer’s verified signature.
aicorein aicorein
1 parent 6fb6feb commit 27ab815
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdoc.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build the doc
uses: ammaraskar/sphinx-action@master
uses: ammaraskar/sphinx-action@7.2.6
with:
docs-folder: "docs/"
build-command: "sphinx-build -b html . build"
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sphinx>=7.2.6
furo>=2024.1.29
myst-parser>=2.0.0
sphinx-copybutton>=0.5.2

0 comments on commit 27ab815

Please sign in to comment.