mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-11 12:31:23 +08:00
Temporary Fix for docs build failure (#1413)
* Update requirements.txt * fix SG typo Co-authored-by: J. Borovec <jirka.borovec@seznam.cz>
This commit is contained in:
co-authored by
J. Borovec
parent
f7622ebfca
commit
471499cd78
@@ -39,7 +39,7 @@ def load_long_describtion():
|
||||
# replace relative repository path to absolute link to the release
|
||||
text = text.replace('](docs', f']({url}')
|
||||
# SVG images are not readable on PyPI, so replace them with PNG
|
||||
text = text.replace('.svg', '.svg')
|
||||
text = text.replace('.svg', '.png')
|
||||
return text
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user