Skip to content

Commit

Permalink
change doc theme to python_docs_theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsandells committed Jul 25, 2022
1 parent 9a7ba12 commit 79a3289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def rst_link_transform(docname):
'sphinx.ext.todo',
'sphinx.ext.imgmath',
'sphinx.ext.autosummary',
'karma_sphinx_theme'
'python_docs_theme'
]
autosummary_generate = True
templates_path = [ '_templates' ]
Expand Down Expand Up @@ -175,7 +175,7 @@ def rst_link_transform(docname):
# a list of builtin themes.
#
#html_theme = 'bizstyle'
html_theme = 'karma_sphinx_theme'
html_theme = 'python_docs_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
Expand Down

0 comments on commit 79a3289

Please sign in to comment.