File tree 3 files changed +16
-7
lines changed
3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
4
4
# You can set these variables from the command line.
5
- SPHINXOPTS =
5
+
6
+ # Options should be aligned with how the documentation is built on RTD
7
+ # (except for '--keep-going', failing fast is prefered on local builds)
8
+ # We also remove '-E' to reduce the time of rebuilding reference indexes
9
+ # on each build.
10
+ SPHINXOPTS = -T -j auto -W
6
11
SPHINXBUILD = sphinx-build
7
12
PAPER =
8
13
PROJECT ?= user
Original file line number Diff line number Diff line change 3
3
-r pip.txt
4
4
5
5
sphinx_rtd_theme==1.1.0
6
+ # Note: Version 3.4.1 of sphinx-tabs requires docutils 0.18 which is yet to be supported by sphinx-rtd-theme
7
+ # Version 3.4.0 has an incompatible Jinja2 version which also blocks sphinx-rtd-theme
8
+ # All-together, we cannot upgrade to Sphinx 5.x before either sphinx-tabs or sphinx-rtd-theme fixes these
9
+ # issues.
6
10
sphinx-tabs==3.3.1
7
11
sphinx-intl==2.0.1
8
12
sphinx-design==0.2.0
9
13
sphinx-multiproject==1.0.0rc1
10
- readthedocs-sphinx-search==0.1.1
14
+ readthedocs-sphinx-search==0.1.2
11
15
12
16
# Test out hoverxref
13
17
git+https://github.com/readthedocs/sphinx-hoverxref
14
18
15
19
# Docs
16
20
sphinxemoji==0.2.0
17
- sphinxcontrib-httpdomain==1.8.0
21
+ sphinxcontrib-httpdomain==1.8.1
18
22
sphinxcontrib-mermaid>=0.7.1,<0.8
19
23
sphinx-prompt==1.4.0
20
24
sphinx-notfound-page==0.8
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.10
3
- # by the following command :
2
+ # This file is autogenerated by pip-compile with python 3.10
3
+ # To update, run :
4
4
#
5
5
# pip-compile requirements/docs.in
6
6
#
@@ -305,7 +305,7 @@ pyyaml==5.4.1
305
305
# via
306
306
# -r requirements/pip.txt
307
307
# myst-parser
308
- readthedocs-sphinx-search==0.1.1
308
+ readthedocs-sphinx-search==0.1.2
309
309
# via -r requirements/docs.in
310
310
redis==3.5.3
311
311
# via -r requirements/pip.txt
@@ -397,7 +397,7 @@ sphinxcontrib-htmlhelp==2.0.0
397
397
# via
398
398
# -r requirements/pip.txt
399
399
# sphinx
400
- sphinxcontrib-httpdomain==1.8.0
400
+ sphinxcontrib-httpdomain==1.8.1
401
401
# via -r requirements/docs.in
402
402
sphinxcontrib-jquery==3.0.0
403
403
# via sphinx-hoverxref
You can’t perform that action at this time.
0 commit comments