Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotchance committed Nov 19, 2024
1 parent 013e08e commit 2b947a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Verify docs
run: |
export PIP_BREAK_SYSTEM_PACKAGES=1
pip install docutils
pip install sphinx sphinx_rtd_theme
cd docs && python3 -m pip install -r requirements.txt && cd -
make clean-docs docs
git diff --exit-code
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx==5.0.0
sphinx_rtd_theme==1.0.0
sphinx==8.0.0
sphinx_rtd_theme==3.0.2
readthedocs-sphinx-search==0.1.1

0 comments on commit 2b947a4

Please sign in to comment.