Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a72ae4 commit 0ccc0a2Copy full SHA for 0ccc0a2
2 files changed
doc/_static/matplotlib.css
@@ -0,0 +1,9 @@
1
+@import "default.css";
2
+
3
+dl.class, dl.function {
4
+ border-top: 2px solid #888;
5
+}
6
7
+dl.method, dl.attribute {
8
+ border-top: 1px solid #aaa;
9
doc/conf.py
@@ -80,7 +80,7 @@
80
# The style sheet to use for HTML and HTML Help pages. A file of that name
81
# must exist either in Sphinx' static/ path, or in one of the custom paths
82
# given in html_static_path.
83
-html_style = 'default.css'
+html_style = 'matplotlib.css'
84
85
# The name for this set of Sphinx documents. If None, it defaults to
86
# "<project> v<release> documentation".
0 commit comments