diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-04-16 19:45:32 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-05-19 20:41:56 +0200 |
commit | 54671cfd088026b4983a29abf04a124a8e75529d (patch) | |
tree | 20b3c0812b1252ce91b015c0beca13ac7aa3c90e /dev-python/spyder/files | |
parent | sys-fs/mac-fdisk: fix musl build, become co-maintainer (diff) | |
download | gentoo-54671cfd088026b4983a29abf04a124a8e75529d.tar.gz gentoo-54671cfd088026b4983a29abf04a124a8e75529d.tar.bz2 gentoo-54671cfd088026b4983a29abf04a124a8e75529d.zip |
dev-python/spyder: add version 5.0.3
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/spyder/files')
-rw-r--r-- | dev-python/spyder/files/spyder-5.0.1-doc-theme-renamed.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/spyder/files/spyder-5.0.1-doc-theme-renamed.patch b/dev-python/spyder/files/spyder-5.0.1-doc-theme-renamed.patch new file mode 100644 index 000000000000..5edf7e854d0b --- /dev/null +++ b/dev-python/spyder/files/spyder-5.0.1-doc-theme-renamed.patch @@ -0,0 +1,13 @@ +diff --git a/doc/conf.py b/doc/conf.py +index a3dc817..f428860 100644 +--- a/docs/doc/conf.py ++++ b/docs/doc/conf.py +@@ -143,7 +143,7 @@ + # + # CI = True + # TRAVIS_BRANCH = 'master' +-html_theme = "pandas_sphinx_theme" ++html_theme = "pydata_sphinx_theme" + html_logo = '_static/images/spyder_logo.png' + html_theme_options = { + "external_links": [ |