Skip to content
Snippets Groups Projects
Commit 5f85ceaa authored by Bertrand Néron's avatar Bertrand Néron
Browse files

set theme to classic instead of default

parent 124f0e8a
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@ extensions = [
'sphinx.ext.todo',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx.ext.mathbase',
'sphinx.ext.mathjax'
]
# Add any paths that contain templates here, relative to this directory.
......@@ -105,7 +107,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'
html_theme = 'classic'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
......
@import url("classic.css"); /* make sure to sync this with the base theme's css filename */
table.docutils {
border: 1px solid;
border-collapse: collapse;
}
table.docutils td, table.docutils th {
border-color: -moz-use-text-color -moz-use-text-color #aaa;
border-style: solid;
border-width: 1px;
padding: 1px 8px 1px 5px;
}
#references table.citation {
border-style: none;
}
#references table.citation td, #references table.citation th{
border-style: none;
}
.red-font {
color:red;
}
.highlight-text .highlight .hll {
background-color: #FF6666;
}
[theme]
inherit = classic
stylesheet = style.css
pygments_style = pygments.css
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment