Skip to content

Commit

Permalink
Integrating Breathe into TECA
Browse files Browse the repository at this point in the history
  • Loading branch information
elbashandy committed Apr 12, 2021
1 parent 8fef3f1 commit 82f596d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doc/rtd/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down

0 comments on commit 82f596d

Please sign in to comment.