Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

read the docs search may not be working #1176

Closed
cyrush opened this issue Oct 12, 2023 · 2 comments
Closed

read the docs search may not be working #1176

cyrush opened this issue Oct 12, 2023 · 2 comments
Labels

Comments

@cyrush
Copy link
Member

cyrush commented Oct 12, 2023

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
Copy link
Member Author

cyrush commented Oct 12, 2023

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

@cyrush
Copy link
Member Author

cyrush commented Jul 18, 2024

resolved in #1164

@cyrush cyrush closed this as completed Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant