Skip to content

Commit

Permalink
enable markdown extension. disabled breathe for #91
Browse files Browse the repository at this point in the history
  • Loading branch information
tartarini committed May 11, 2021
1 parent 1afc8e0 commit fc1cb0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'
source_suffix = ['.rst', '.md']
#source_suffix = '.rst'

# The master toctree document.
master_doc = 'docs'
Expand Down Expand Up @@ -182,6 +182,6 @@
# -- Options for breathe extension -------------------------------------------

# Set doxygen xml location(s)
breathe_projects = {"pFIRE_sources" : "../doxygen/xml/"}
# breathe_projects = {"pFIRE_sources" : "../doxygen/xml/"}

breathe_default_project = "pFIRE_sources"
# breathe_default_project = "pFIRE_sources"

0 comments on commit fc1cb0e

Please sign in to comment.