Fix #1311 wide tables in RTD theme, remove old theme files

This works by adding a CSS overrides file to the Sphinx app stylesheets.
This commit is contained in:
Ondrej Grover 2014-04-28 20:37:49 +02:00
commit 00a5a0f0df
8 changed files with 18 additions and 289 deletions

View file

@ -57,6 +57,12 @@ html_use_index = False
# If true, links to the reST sources are added to the pages.
html_show_sourcelink = False
def setup(app):
# overrides for wide tables in RTD theme
app.add_stylesheet('theme_overrides.css') # path relative to _static
# -- Options for LaTeX output --------------------------------------------------
latex_documents = [
('index', 'Pelican.tex', 'Pelican Documentation',