Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit d11f501

Browse files
committed
Add necessary config stuff for hieroglyph, comment out where appropriate to keep it optional
1 parent d06e990 commit d11f501

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

conf.py.prototype

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ extensions = ['sphinx.ext.mathjax',
2222
'luther.sphinx.assess',
2323
'luther.sphinx.animation',
2424
'luther.sphinx.meta',
25+
# 'hieroglyph',
2526
'gatech.parsons']
2627

2728

@@ -123,3 +124,12 @@ html_show_copyright = True
123124

124125
# Output file base name for HTML help builder.
125126
htmlhelp_basename = 'PythonCoursewareProjectdoc'
127+
128+
#
129+
# slide stuff
130+
#
131+
132+
slide_theme_path = ['_templates']
133+
134+
slide_theme = 'runestone_slides'
135+

0 commit comments

Comments
 (0)