From 16931697a017ee1017dcc990df3d4204a81579b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Wed, 8 Apr 2020 11:04:30 +0200 Subject: [PATCH 1/2] Update requirements.txt --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 857c7cd845537..0cbf169d70690 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -9,4 +9,4 @@ sphinxcontrib-mockautodoc git+https://github.com/PytorchLightning/lightning_sphinx_theme.git # pip_shims sphinx-autodoc-typehints -sphinx-paramlinks +sphinx-paramlinks<0.4.0 From 586dbfff048d0651f3f8906b289c1379b8b10494 Mon Sep 17 00:00:00 2001 From: "J. Borovec" Date: Wed, 8 Apr 2020 12:04:36 +0200 Subject: [PATCH 2/2] fix SG typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 73e21805ef432..dfcaf29a5990e 100755 --- a/setup.py +++ b/setup.py @@ -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