python/sphinx-rtd-theme: Update name/copyright.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Pr. HORSTMANN 2020-12-11 19:31:19 +00:00 committed by Willy Sudiarto Raharjo
parent 6a064b7c7f
commit aa12b989c1
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 5 additions and 6 deletions

View file

@ -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.

View file

@ -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

View file

@ -6,5 +6,5 @@ MD5SUM="6c50f30bc39046f497d336039a0c13fa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Prof. HORSTMANN"
MAINTAINER="Pr. HORSTMANN"
EMAIL="wmh@eipg.fr"