Skip to content

Commit

Permalink
Removed custom theme (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Jul 29, 2017
1 parent 8fbb0d5 commit 05c64c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
17 changes: 0 additions & 17 deletions docs/_static/theme_load.css

This file was deleted.

13 changes: 6 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.napoleon', 'sphinx.ext.mathjax']
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx.ext.napoleon',
'sphinx.ext.mathjax'
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down Expand Up @@ -145,12 +150,6 @@
# "default.css".
html_static_path = ['_static']

html_context = {
'css_files': [
'_static/theme_load.css', # overrides for wide tables in RTD theme
],
}

# If not '', a 'Last updated on:' timestamp is inserted at every page
# bottom, using the given strftime format.
html_last_updated_fmt = '%b %d, %Y'
Expand Down

0 comments on commit 05c64c7

Please sign in to comment.