Skip to content

Commit

Permalink
Add stuff from nalu conf.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Sep 24, 2024
1 parent 76e59bc commit 83f2ae6
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,19 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [ 'sphinx.ext.mathjax', 'breathe']


extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.mathjax',
'sphinx.ext.intersphinx',
'sphinxcontrib.bibtex',
'breathe',
]
bibtex_bibfiles = ['references/references.bib']
autodoc_default_flags = ['members','show-inheritance','undoc-members']
autoclass_content = 'both'
mathjax_path = 'https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
numfig = True
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
#breathe_projects = {"Nalu-Wind": "../doxygen_output/xml/"}
Expand Down Expand Up @@ -348,6 +358,8 @@
breathe_projects = { 'nalu-wind' : os.path.join(os.getcwd(), '..', '..', 'build_docs', 'doxygen', 'xml') }
breathe_default_project = "nalu-wind"

primary_domain = "cpp"

def setup(app):
app.add_object_type("cmakeval", "cmakeval",
objname="CMake configuration value",
Expand Down

0 comments on commit 83f2ae6

Please sign in to comment.