conduit icon indicating copy to clipboard operation
conduit copied to clipboard

read the docs search may not be working

Open cyrush opened this issue 2 years ago • 1 comments

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)

cyrush avatar Oct 12 '23 23:10 cyrush

Seems like a simple fix ---however, adding this may cause problems for spack-based builds, so need to investigate

cyrush avatar Oct 12 '23 23:10 cyrush

resolved in #1164

cyrush avatar Jul 18 '24 20:07 cyrush