Skip to content

Commit b47a613

Browse files
committed
build
1 parent 68e9705 commit b47a613

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/conf.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ def setup(app):
2626
# Options for HTML Output
2727
# =======================
2828

29-
html_theme = 'groundwork'
29+
import sphinx_pdj_theme
30+
html_theme = 'sphinx_pdj_theme'
31+
htm_theme_path = [sphinx_pdj_theme.get_html_theme_path()]
3032

3133
html_static_path = ['_static']
3234

0 commit comments

Comments
 (0)