Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaJohnBritto authored Sep 16, 2024
1 parent 55fb790 commit fac252b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#

import os
import sys
import subprocess
Expand All @@ -19,9 +20,9 @@

# -- Project information -----------------------------------------------------

project = 'block2'
copyright = '2020-2024, Huanchen Zhai'
author = 'Huanchen Zhai'
project = 'WalshPulseSeq_Protocol'
copyright = '2024, Jessica John Britto'
author = 'Jessica John Britto'


# -- General configuration ---------------------------------------------------
Expand All @@ -37,8 +38,8 @@
'sphinx_rtd_theme',
]

breathe_projects = {"block2": "../build/doxygenxml/"}
breathe_default_project = "block2"
breathe_projects = {"WalshPulseSeq": "../build/doxygenxml/"}
breathe_default_project = "WalshPulseSeq"
breathe_domain_by_extension = {"hpp": "cpp"}

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -61,8 +62,8 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_theme_options = { 'logo_only': True, }
html_logo = '_static/block2-logo-white.png'
# html_theme_options = { 'logo_only': True, }
# html_logo = '_static/block2-logo-white.png'

primary_domain = "cpp"
highlight_language = "cpp"
Expand Down

0 comments on commit fac252b

Please sign in to comment.