Skip to content
Snippets Groups Projects
Commit 7d615a99 authored by Chad Hanna's avatar Chad Hanna
Browse files

update doc

parent c6c623c2
No related merge requests found
...@@ -36,6 +36,7 @@ sys.path.insert(0, os.path.abspath('../../gstlal-ugly/python')) ...@@ -36,6 +36,7 @@ sys.path.insert(0, os.path.abspath('../../gstlal-ugly/python'))
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones. # ones.
extensions = ['sphinx.ext.autodoc', extensions = ['sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx', 'sphinx.ext.intersphinx',
'sphinx.ext.todo', 'sphinx.ext.todo',
'sphinx.ext.coverage', 'sphinx.ext.coverage',
...@@ -169,7 +170,8 @@ texinfo_documents = [ ...@@ -169,7 +170,8 @@ texinfo_documents = [
] ]
# Example configuration for intersphinx: refer to the Python standard library. # Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None} intersphinx_mapping = {'https://docs.python.org/': None}
# Latex math images
imgmath_image_format = "svg"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment