Skip to content

Commit cc87eec

Browse files
committed
Trying to make Sphinx and CI doc fail if autodoc fails
1 parent 4f888aa commit cc87eec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Added
1212

13+
- Support for arbitrary Gram determinants, e.g. for a box gram: `Δ_12|3|4|5`
14+
1315
### Changed
1416

1517
### Fixed
1618

19+
- Sphinx fails if autodoc fails, instead of quitely raising a warning.
20+
1721
### Deprecated
1822

1923

sphinx/Makefile

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

44
# You can set these variables from the command line.
5-
SPHINXOPTS =
5+
SPHINXOPTS = -W
66
SPHINXBUILD = sphinx-build
77
SOURCEDIR = source
88
BUILDDIR = build

0 commit comments

Comments
 (0)