Skip to content

Commit 0ae83b5

Browse files
committed
docs: Update requirements.txt
Fix readthedocs build issue. ModuleNotFoundError: No module named 'sphinx.ext.mathbase' Breathe dependency on sphinx.ext.mathbase Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 00dd8fe commit 0ae83b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is a list of python packages used to generate documentation. This file is used with pip:
22
# pip install --user -r requirements.txt
33
#
4-
sphinx>=1.8.4
5-
breathe==4.11.1
4+
Sphinx
5+
breathe==4.18.1
66
sphinx-rtd-theme
77
sphinx-notfound-page

0 commit comments

Comments
 (0)