Skip to content

Commit 179431f

Browse files
Pin Sphinx version in docs requirements
Removed redundant Sphinx upgrade from CI workflow and explicitly pinned Sphinx to version 9.0.4 in docs/requirements.txt to ensure consistent documentation builds.
1 parent 6d0725e commit 179431f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sphinx-gh-pages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
run: |
5050
python -m pip install --upgrade pip
5151
python -m pip install .
52-
python -m pip install -U sphinx
5352
python -m pip install -r docs/requirements.txt
5453
5554
- name: Sphinx API Documentation Generation

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sphinx==9.0.4
12
sphinx-rtd-theme==3.0.2
23
sphinxcontrib-googleanalytics==0.5
34
sphinx-docsearch==0.2.0

0 commit comments

Comments
 (0)