Skip to content

Commit

Permalink
docs: fix css and js overrides
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco De Martino <[email protected]>
  • Loading branch information
demartinofra committed Dec 18, 2018
1 parent 0c0d833 commit 9f9799a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,18 +209,13 @@
"base_url": "https://aws-parallelcluster.readthedocs.io/latest/"
}

html_context = {
'css_files': [
'_static/theme_overrides.css'
]
}

html_js_files = [
'custom.js'
]
def setup(app):
app.add_css_file('theme_overrides.css')
app.add_javascript('custom.js')

# -- Options for LaTeX output ---------------------------------------------

# -- Options for LaTeX output ---------------------------------------------
latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper',
Expand Down

0 comments on commit 9f9799a

Please sign in to comment.