Skip to content
Snippets Groups Projects
Commit 6e7aaea0 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

docs: add hack back in to avoid creating a python module package in API docs,...

docs: add hack back in to avoid creating a python module package in API docs, switch to imgmath extension
parent 58619879
No related branches found
No related tags found
1 merge request!38Update docs CI to use conda
gstlal-modules :
# FIXME FIXME FIXME total hack to work around unique python packaging
#mv ../gstlal/python/__init__.py ../gstlal/python/__init__.py.bk
mv ../gstlal/python/__init__.py ../gstlal/python/__init__.py.bk
sphinx-apidoc -e -o source/gstlal/python-modules ../gstlal/python ../gstlal/python/misc.py ../gstlal/python/bottle.py ../gstlal/python/coherent_null.py ../gstlal/python/matplotlibhelper.py
#mv ../gstlal/python/__init__.py.bk ../gstlal/python/__init__.py
mv ../gstlal/python/__init__.py.bk ../gstlal/python/__init__.py
sed -i "1s/python/\`\`gstlal\`\`/" source/gstlal/python-modules/modules.rst
gstlal-inspiral-modules :
......
......@@ -44,7 +44,7 @@ extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.pngmath',
'sphinx.ext.imgmath',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
......@@ -65,7 +65,7 @@ master_doc = 'index'
# General information about the project.
# FIXME get from autotools
project = u'GstLAL'
copyright = u'2018, GstLAL developers'
copyright = u'2021, GstLAL developers'
author = u'GstLAL developers'
# The version info for the project you're documenting, acts as replacement for
......
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