Skip to content

Commit

Permalink
Merge pull request #363 from tovrstra/doc-pdf
Browse files Browse the repository at this point in the history
Make it possible to generate a PDF of the documentation
  • Loading branch information
tovrstra authored Jul 6, 2024
2 parents 72a2cfa + 6bc170a commit d2f91de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
],
}

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/latex.html#module-latex
latex_engine = "xelatex"

# -- Configuration for autodoc extensions ---------------------------------

autodoc_default_options = {
Expand Down
2 changes: 1 addition & 1 deletion iodata/overlap.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def compute_overlap(
r"""Compute overlap matrix for the given molecular basis set(s).
.. math::
\braket{\psi_{i}}{\psi_{j}}
\left\langle \psi_i \mid \psi_j \right\rangle
When only one basis set is given, the overlap matrix of that basis (with
itself) is computed. If a second basis set (with its atomic coordinates) is
Expand Down

0 comments on commit d2f91de

Please sign in to comment.