mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
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:
parent
6a064b7c7f
commit
aa12b989c1
3 changed files with 5 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="6c50f30bc39046f497d336039a0c13fa"
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Prof. HORSTMANN"
|
||||
MAINTAINER="Pr. HORSTMANN"
|
||||
EMAIL="wmh@eipg.fr"
|
||||
|
|
Loading…
Reference in a new issue