Skip to content

Commit

Permalink
Fix docs theme issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mguerret-amd committed Dec 7, 2023
1 parent 2aab4c1 commit 7a4c702
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@

# import sphinx_rtd_theme for retrieving theme
# path from module
import sphinx_rtd_theme
# import sphinx_rtd_theme

html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme = 'sphinx_rtd_theme'
# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# html_theme = 'sphinx_rtd_theme'
# html_theme = 'alabaster'
# html_theme = 'classic'
html_theme = 'classic'
# html_theme = 'sphinxdoc'
# html_theme = 'scrolls'
# html_theme = 'agogo'
Expand Down

0 comments on commit 7a4c702

Please sign in to comment.