Skip to content

Commit b92f9db

Browse files
committed
debugged latex build
1 parent 6bc6892 commit b92f9db

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

docs/src/api-documentation/math.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ Mathematical helper functions
1212
:members:
1313
:undoc-members:
1414
:show-inheritance:
15+
16+
.. footbibliography::

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,13 @@ commands =
107107
--doctree-dir docs/build/doctree \
108108
--fail-on-warning \
109109
docs/src docs/build/html
110+
sphinx-build \
111+
{posargs:-E} \
112+
--builder latex \
113+
--doctree-dir docs/build/doctree \
114+
--fail-on-warning \
115+
docs/src docs/build/latex
116+
110117

111118
[testenv:format]
112119
description = Abuse tox to do actual formatting on all files.

0 commit comments

Comments
 (0)