diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-10-20 20:31:08 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-10-21 15:44:16 -0400 |
| commit | e960f9a24e2c53b202e57a3bbf49cf45b26af7d3 (patch) | |
| tree | d105def590fadf3a5a99e0eedb21b37c1b1a34b3 /api-docs/cppdocs/conf.py | |
| parent | 8156a19cea72732e95c86b738c8b1c4d2eea7abf (diff) | |
latest breathe tests
Diffstat (limited to 'api-docs/cppdocs/conf.py')
| -rw-r--r-- | api-docs/cppdocs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api-docs/cppdocs/conf.py b/api-docs/cppdocs/conf.py index 5add6f9a..ad7a704d 100644 --- a/api-docs/cppdocs/conf.py +++ b/api-docs/cppdocs/conf.py @@ -114,7 +114,7 @@ todo_include_todos = False # a list of builtin themes. # html_theme = 'sphinx_rtd_theme' -#html_theme_path = [os.path.join(os.path.abspath("."), "..", "..", "sphinx_rtd_theme")] +html_theme_path = [os.path.join(os.path.abspath("."), "..", "..", "sphinx_rtd_theme")] # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the |
