Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- python=3.13
- python=3.11
- scipy
- pyopengl
- imageio
Expand Down
3 changes: 0 additions & 3 deletions docs/scripting/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,6 @@

#this allows \AA to be used in equations
'preamble': '\\global\\renewcommand{\\AA}{\\text{\\r{A}}}',

# Suppress auto-generated printindex at end; index is printed via scrpt-indices.rst
'printindex': '',
}

# Grouping the document tree into LaTeX files. List of tuples
Expand Down
9 changes: 0 additions & 9 deletions docs/scripting/scrpt-indices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,3 @@

`General Index <./genindex.html>`_
--------------------------------------------

.. only:: latex

Index
=====

.. raw:: latex

\printindex
3 changes: 0 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,6 @@

#this allows \AA to be used in equations
'preamble': '\\global\\renewcommand{\\AA}{\\text{\\r{A}}}',

# Suppress auto-generated printindex at end; index is printed via indices.rst
'printindex': '',
}

# Grouping the document tree into LaTeX files. List of tuples
Expand Down
6 changes: 5 additions & 1 deletion docs/source/indices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@

.. raw:: latex

\printindex
\renewcommand{\printindex}{%
\begin{theindex}
\printindex
\end{theindex}
}
Loading