Skip to content

Commit

Permalink
Fix sphinx 7.2.5 ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGibo committed Sep 4, 2023
1 parent bc85259 commit 428a2ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-sphinx-and-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: 3.9
python-version: '3.10'

- name: "Install prerequisites"
run: |
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx == 6.1.3
sphinx_rtd_theme == 1.3.0
sphinx == 7.2.5
sphinx_rtd_theme == 1.3.0

0 comments on commit 428a2ac

Please sign in to comment.