Skip to content

Commit 5c9785a

Browse files
try unbreak docs
1 parent 846e85f commit 5c9785a

1 file changed

Lines changed: 11 additions & 25 deletions

File tree

docs/source/requirements.txt

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
1-
alabaster==1.0.0
2-
babel==2.17.0
3-
breathe==4.36.0
4-
certifi==2025.1.31
5-
charset-normalizer==3.4.1
6-
docutils==0.21.2
7-
idna==3.10
8-
imagesize==1.4.1
9-
Jinja2==3.1.6
10-
MarkupSafe==3.0.2
11-
packaging==24.2
12-
Pygments==2.19.1
13-
requests==2.32.4
14-
snowballstemmer==2.2.0
15-
Sphinx==8.1.3
16-
sphinx-rtd-theme==3.0.2
17-
sphinxcontrib-applehelp==2.0.0
18-
sphinxcontrib-devhelp==2.0.0
19-
sphinxcontrib-htmlhelp==2.1.0
20-
sphinxcontrib-jquery==4.1
21-
sphinxcontrib-jsmath==1.0.1
22-
sphinxcontrib-qthelp==2.0.0
23-
sphinxcontrib-serializinghtml==2.0.0
24-
tomli==2.2.1
25-
urllib3==2.3.2
1+
# Core documentation generator
2+
sphinx>=8.1,<9.0
3+
4+
# Theme for Read the Docs
5+
sphinx-rtd-theme>=3.0,<4.0
6+
7+
# Doxygen/C++ integration
8+
breathe>=4.36,<5.0
9+
10+
# A dependency for the RTD theme
11+
sphinxcontrib-jquery

0 commit comments

Comments
 (0)