Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub-courses
python_one_week_4_biologists_solutions
Commits
5f85ceaa
Commit
5f85ceaa
authored
Feb 19, 2016
by
Bertrand Néron
Browse files
set theme to classic instead of default
parent
124f0e8a
Changes
4
Hide whitespace changes
Inline
Side-by-side
source/conf.py
View file @
5f85ceaa
...
...
@@ -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
...
...
source/pasteur_theme/static/style.conf
0 → 100644
View file @
5f85ceaa
source/pasteur_theme/static/style.css
0 → 100644
View file @
5f85ceaa
@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
;
}
source/pasteur_theme/theme.conf
0 → 100644
View file @
5f85ceaa
[
theme
]
inherit
=
classic
stylesheet
=
style
.
css
pygments_style
=
pygments
.
css
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment