Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mentors4EDU committed Feb 7, 2021
1 parent d581555 commit 0fe5322
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@
html_static_path = ['_static']
htmlhelp_basename = slug
html_context = {
'css_files': ['_static/css/theme.css'],
'js_files': ['_static/js/theme.js'],
'css_files': ['css/theme.css'],
'js_files': ['js/theme.js'],
}
html_css_files = [
'_static/css/theme.css',
'css/theme.css',
]
html_js_files = [
'_static/js/theme.js',
'js/theme.js',
]

latex_documents = [
Expand Down

0 comments on commit 0fe5322

Please sign in to comment.