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 0fe5322 commit 49b2c51
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,7 @@
html_theme_path = ["../.."]
html_logo = "Logo.svg"
html_show_sourcelink = True
html_static_path = ['_static']
htmlhelp_basename = slug
html_context = {
'css_files': ['css/theme.css'],
'js_files': ['js/theme.js'],
}
html_css_files = [
'css/theme.css',
]
html_js_files = [
'js/theme.js',
]

latex_documents = [
('index', '{0}.tex'.format(slug), project, author, 'manual'),
Expand Down

0 comments on commit 49b2c51

Please sign in to comment.