Skip to content

Commit e50488a

Browse files
committed
working on RTD CI
1 parent 7fd74f1 commit e50488a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.readthedocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ build:
1111
- graphviz
1212
jobs:
1313
install:
14-
- python -m pip install --upgrade pip
14+
- python -m pip install "pip<26"
1515
- python -m pip install "setuptools<81" wheel
1616
- python -m pip install -r requirements.txt
1717
- python -m pip install -r docs/requirements.txt
18-
- python -m pip install "numpy==1.26.4"
19-
- python -m pip install "Sphinx>=6.2,<7" "docutils<0.20" "Jinja2<3.2"
20-
- python -m pip install sphinx-rtd-theme breathe nbsphinx ipython
18+
- python -m pip install --upgrade "numpy==1.26.4"
19+
- python -m pip install --upgrade "Sphinx>=7.2,<8" "breathe>=4.35" "docutils<0.21" "Jinja2<3.2"
20+
- python -m pip install --upgrade sphinx-rtd-theme nbsphinx ipython
2121
- mkdir -p docs/doxygen-tags
2222

2323
build:

0 commit comments

Comments
 (0)