Skip to content

Commit

Permalink
make CI fail on docs build error
Browse files Browse the repository at this point in the history
Also fixes some errors in the docs
  • Loading branch information
cwpearson authored and dssgabriel committed May 2, 2024
1 parent 724ea63 commit f2126dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXOPTS ?= -W --keep-going
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build
Expand Down
3 changes: 1 addition & 2 deletions docs/api/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Core
====

.. list-table:: MPI API Support
:widths: 20 30 15
:widths: 40 30 15
:header-rows: 1

* - MPI
Expand Down Expand Up @@ -31,7 +31,6 @@ Core
* - MPI_Reduce
- reduce
- ✓
- ✓

Point-to-point
--------------
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = 'sizzle'
html_static_path = ['_static']

0 comments on commit f2126dc

Please sign in to comment.