Skip to content

Commit f2126dc

Browse files
cwpearsondssgabriel
authored andcommitted
make CI fail on docs build error
Also fixes some errors in the docs
1 parent 724ea63 commit f2126dc

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line, and also
55
# from the environment for the first two.
6-
SPHINXOPTS ?=
6+
SPHINXOPTS ?= -W --keep-going
77
SPHINXBUILD ?= sphinx-build
88
SOURCEDIR = .
99
BUILDDIR = _build

docs/api/core.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Core
22
====
33

44
.. list-table:: MPI API Support
5-
:widths: 20 30 15
5+
:widths: 40 30 15
66
:header-rows: 1
77

88
* - MPI
@@ -31,7 +31,6 @@ Core
3131
* - MPI_Reduce
3232
- reduce
3333
- ✓
34-
- ✓
3534

3635
Point-to-point
3736
--------------

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@
2424
# -- Options for HTML output -------------------------------------------------
2525
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2626
html_theme = 'sizzle'
27-
html_static_path = ['_static']

0 commit comments

Comments
 (0)