Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update theme for conf3
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 30, 2018
1 parent 33b1514 commit 08339e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions _doc/sphinxdoc/source/conf3/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import sys
import os
# import sphinx_bootstrap_theme
import sphinx_materialdesign_theme
# import sphinx_materialdesign_theme
import hbp_sphinx_theme

source_path = os.path.normpath(
os.path.join(
Expand All @@ -17,8 +18,10 @@

# html_theme = 'bootstrap'
# html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
html_thme = "sphinx_materialdesign_theme"
html_theme_path = sphinx_materialdesign_theme.get_path()
# html_thme = "sphinx_materialdesign_theme"
# html_theme_path = sphinx_materialdesign_theme.get_path()
html_theme = "hbp_sphinx_theme"
html_theme_path = [hbp_sphinx_theme.get_html_theme_path()]

templates_path = [os.path.join(source_path, 'phdoc_static3')]
html_static_path = templates_path
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ sphinxjp.themes.basicstrap
sphinxjp.themes.sphinxjp
sphinx_materialdesign_theme
sphinx_rtd_theme
hbp_sphinx_theme
tables
toolz
tkinterquickhelper
Expand Down

0 comments on commit 08339e6

Please sign in to comment.