We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc6892 commit b92f9dbCopy full SHA for b92f9db
2 files changed
docs/src/api-documentation/math.rst
@@ -12,3 +12,5 @@ Mathematical helper functions
12
:members:
13
:undoc-members:
14
:show-inheritance:
15
+
16
+.. footbibliography::
tox.ini
@@ -107,6 +107,13 @@ commands =
107
--doctree-dir docs/build/doctree \
108
--fail-on-warning \
109
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
117
118
[testenv:format]
119
description = Abuse tox to do actual formatting on all files.
0 commit comments