Skip to content

Commit e6016f0

Browse files
committed
Add the old logo to the documentation
1 parent d947f92 commit e6016f0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@
8181
# relative to this directory. They are copied after the builtin static files,
8282
# so a file named "default.css" will overwrite the builtin "default.css".
8383
#html_static_path = ['_static']
84-
html_static_path = []
84+
html_static_path = ['css']

docs/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.sphinxsidebar {
2+
background: no-repeat center top url(logo.png);
3+
padding-top: 128px;
4+
}

docs/css/logo.png

3.31 KB
Loading

0 commit comments

Comments
 (0)