Skip to content

Commit

Permalink
Change theme to karma_sphinx_theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsandells committed Jul 25, 2022
1 parent 79a3289 commit 17b9390
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion doc/rtd_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ oct2py
matplotlib
uuid
importlib
pytest
pytest
karma_sphinx_theme
8 changes: 4 additions & 4 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ def rst_link_transform(docname):
'sphinx.ext.coverage',
'sphinx.ext.todo',
'sphinx.ext.imgmath',
'sphinx.ext.autosummary',
'python_docs_theme'
]
'sphinx.ext.autosummary'
]

autosummary_generate = True
templates_path = [ '_templates' ]
exclude_patterns = ['_build', '_templates']
Expand Down Expand Up @@ -175,7 +175,7 @@ def rst_link_transform(docname):
# a list of builtin themes.
#
#html_theme = 'bizstyle'
html_theme = 'python_docs_theme'
html_theme = 'karma_sphinx_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 17b9390

Please sign in to comment.