Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion _doc/sphinxdoc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@
nbneg_pattern = ".*[\\\\/]temp_.*"

html_context = {
'css_files': get_default_stylesheet(['_static/my-styles.css', '_static/gallery.css']),
'css_files': get_default_stylesheet([
'_static/my-styles.css',
'_static/gallery.css',
'_static/gallery-dataframe.css',
]),
}
29 changes: 0 additions & 29 deletions _doc/sphinxdoc/source/phdoc_static/my-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,6 @@ div.body li {
line-height: 1.2em;
}

.wy-nav-top {
background-color: #FF0040;
}

.wy-side-nav-search {
background-color: #FF0040;
}

pre.highlight-default {
background-color: #b5b5b5;
}

table {
border: solid 1px #DDEEEE;
border-collapse: collapse;
border-spacing: 0;
font: normal 13px Arial, sans-serif;
}
thead th {
background-color: #DDEFEF;
border: solid 1px #DDEEEE;
color: #336B6B;
padding: 10px;
text-align: left;
text-shadow: 1px 1px 1px #fff;
}
tbody td {
border: solid 1px #DDEEEE;
color: #333;
padding: 10px;
text-shadow: 1px 1px 1px #fff;
}
339 changes: 0 additions & 339 deletions _doc/sphinxdoc/source/phdoc_static/solar.css

This file was deleted.

Loading