Skip to content

Commit 9dbf1b9

Browse files
committed
Updated read-the-docs to try and resolve issues with the install
1 parent 76c26c5 commit 9dbf1b9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ build:
99
os: ubuntu-24.04
1010
tools:
1111
python: "3.13"
12+
install:
13+
# Since the install step is overridden, pip is no longer updated automatically.
14+
- pip install --upgrade pip
15+
- pip install --group 'docs'
16+
1217

1318
# Build documentation in the "docs/" directory with Sphinx
1419
sphinx:

0 commit comments

Comments
 (0)