diff options
author | Pr. HORSTMANN <wmh@eipg.fr> | 2020-12-11 19:31:19 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-12-12 07:09:21 +0700 |
commit | aa12b989c12d4709ab6ff7771731f6fc76e99074 (patch) | |
tree | 4d3ea561f22d58447f81db539568f4acca1c1a0d /python | |
parent | 6a064b7c7f2db53a4ccc3470d0b16114d7893209 (diff) | |
download | slackbuilds-aa12b989c12d4709ab6ff7771731f6fc76e99074.tar.gz |
python/sphinx-rtd-theme: Update name/copyright.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/sphinx-rtd-theme/README | 4 | ||||
-rw-r--r-- | python/sphinx-rtd-theme/sphinx-rtd-theme.SlackBuild | 5 | ||||
-rw-r--r-- | python/sphinx-rtd-theme/sphinx-rtd-theme.info | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/python/sphinx-rtd-theme/README b/python/sphinx-rtd-theme/README index 9e27b7a33d..6612eac0f6 100644 --- a/python/sphinx-rtd-theme/README +++ b/python/sphinx-rtd-theme/README @@ -1,7 +1,7 @@ The sphinx_rtd_theme is a sphinx theme designed to look modern and be mobile-friendly. -This theme is primarily focused to be used on readthedocs.org but can work with -your own sphinx projects. +This theme is primarily focused to be used on readthedocs.org but can +work with your own sphinx projects. To read more and see a working demo head over to readthedocs.org. diff --git a/python/sphinx-rtd-theme/sphinx-rtd-theme.SlackBuild b/python/sphinx-rtd-theme/sphinx-rtd-theme.SlackBuild index e1937e1790..080603232f 100644 --- a/python/sphinx-rtd-theme/sphinx-rtd-theme.SlackBuild +++ b/python/sphinx-rtd-theme/sphinx-rtd-theme.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild build script for sphinx_rtd_theme -# Copyright (c) 2000-2020 Prof. Horstmann <wmh (at) eipg.fr> +# Copyright (c) 2000-2011 Pr. Horstmann <wmh (at) eipg.fr> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,12 +23,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sphinx-rtd-theme -PKGNAM=sphinx_rtd_theme VERSION=${VERSION:-0.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRCNAM="$(printf $PKGNAM | cut -d- -f2-)" +SRCNAM=$( printf $PRGNAM | tr - _ ) if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/python/sphinx-rtd-theme/sphinx-rtd-theme.info b/python/sphinx-rtd-theme/sphinx-rtd-theme.info index 5b7649d034..5814934777 100644 --- a/python/sphinx-rtd-theme/sphinx-rtd-theme.info +++ b/python/sphinx-rtd-theme/sphinx-rtd-theme.info @@ -6,5 +6,5 @@ MD5SUM="6c50f30bc39046f497d336039a0c13fa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Prof. HORSTMANN" +MAINTAINER="Pr. HORSTMANN" EMAIL="wmh@eipg.fr" |