diff --git a/doc/rtd/conf.py b/doc/rtd/conf.py index f46ebf1a1..8c68e52cf 100644 --- a/doc/rtd/conf.py +++ b/doc/rtd/conf.py @@ -37,11 +37,17 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -# pip install sphinxcontrib-bibtex -extensions = ['sphinxcontrib.bibtex'] +# pip install sphinxcontrib-bibtex breathe +extensions = ['sphinxcontrib.bibtex', 'breathe'] bibtex_bibfiles = ['bibliography.bib'] +# Configuring Breathe +breathe_projects = { + "TECA": "_build/xml" +} +breathe_default_project = "TECA" + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']