mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-11 12:31:23 +08:00
Docs badges / images (#1202)
* move docs images * click GH badges * fixed docs build error Co-Authored-By: Adrian Wälchli <adrian.waelchli@inf.unibe.ch> Co-authored-by: Adrian Wälchli <adrian.waelchli@inf.unibe.ch>
This commit is contained in:
co-authored by
Adrian Wälchli
parent
d735055e6f
commit
38b63f95af
+2
-2
@@ -166,12 +166,12 @@ html_theme_options = {
|
||||
'logo_only': False,
|
||||
}
|
||||
|
||||
html_logo = '_static/images/lightning_logo-name.svg'
|
||||
html_logo = '_images/logos/lightning_logo-name.svg'
|
||||
|
||||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
html_static_path = ['_images', '_templates']
|
||||
|
||||
# Custom sidebar templates, must be a dictionary that maps document names
|
||||
# to template names.
|
||||
|
||||
Reference in New Issue
Block a user