LLNL / conduit

Simplified Data Exchange for HPC Simulations

Home Page:https://software.llnl.gov/conduit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

read the docs search may not be working

cyrush opened this issue · 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)

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

resolved in #1164