File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
# You can set these variables from the command line, and also
5
5
# from the environment for the first two.
6
- SPHINXOPTS ?=
6
+ SPHINXOPTS ?= -W --keep-going
7
7
SPHINXBUILD ?= sphinx-build
8
8
SOURCEDIR = .
9
9
BUILDDIR = _build
Original file line number Diff line number Diff line change 2
2
====
3
3
4
4
.. list-table :: MPI API Support
5
- :widths: 20 30 15
5
+ :widths: 40 30 15
6
6
:header-rows: 1
7
7
8
8
* - MPI
31
31
* - MPI_Reduce
32
32
- reduce
33
33
- ✓
34
- - ✓
35
34
36
35
Point-to-point
37
36
--------------
Original file line number Diff line number Diff line change 24
24
# -- Options for HTML output -------------------------------------------------
25
25
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
26
26
html_theme = 'sizzle'
27
- html_static_path = ['_static' ]
You can’t perform that action at this time.
0 commit comments