conduit
conduit copied to clipboard
read the docs search may not be working
may need jquery entry in conf.py
extensions = [
'sphinx.ext.graphviz',
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinxcontrib.jquery',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.mathjax'
]
(path paved by axom)
Seems like a simple fix ---however, adding this may cause problems for spack-based builds, so need to investigate
resolved in #1164