Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
python -m pip install .
- name: "Build documentation and check for consistency"
env:
CHECKSUM: "421b1b0076e452ed821b7f129d52f5878cb8fa14170685a5c15575582201c8b2"
CHECKSUM: "154252abc7024715bd096b653382318ec51faf3da4ae7048ac0ae703563a5916"
run: |
cd docs
HASH="$(make checksum | tail -n1)"
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx==8.2.3
sphinx-jsonschema==1.19.1
sphinx-llms-txt==0.3.1
sphinx-llms-txt==0.5.2
sphinx-rtd-theme==3.0.2
Loading