We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f888aa commit cc87eecCopy full SHA for cc87eec
CHANGELOG.md
@@ -10,10 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
11
### Added
12
13
+- Support for arbitrary Gram determinants, e.g. for a box gram: `Δ_12|3|4|5`
14
+
15
### Changed
16
17
### Fixed
18
19
+- Sphinx fails if autodoc fails, instead of quitely raising a warning.
20
21
### Deprecated
22
23
sphinx/Makefile
@@ -2,7 +2,7 @@
2
#
3
4
# You can set these variables from the command line.
5
-SPHINXOPTS =
+SPHINXOPTS = -W
6
SPHINXBUILD = sphinx-build
7
SOURCEDIR = source
8
BUILDDIR = build
0 commit comments