mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/sphinx_rtd_theme: Updated for version 0.3.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
8401f28747
commit
79e35dfe7d
4 changed files with 14 additions and 12 deletions
|
@ -1,3 +1,5 @@
|
|||
Mobile-friendly sphinx theme for readthedocs.org.
|
||||
The sphinx_rtd_theme is a sphinx theme designed to look modern and
|
||||
be mobile-friendly. This theme is primary focused to be used on
|
||||
readthedocs.org but can work with your own sphinx projects.
|
||||
|
||||
Python3 module will be built if Python3 is installed.
|
||||
Python3 module will be built if python3 is installed.
|
||||
|
|
|
@ -8,11 +8,11 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
sphinx_rtd_theme: sphinx_rtd_theme (sphinx theme for readthedocs.org)
|
||||
sphinx_rtd_theme:
|
||||
sphinx_rtd_theme: Mobile-friendly sphinx theme for readthedocs.org.
|
||||
sphinx_rtd_theme:
|
||||
sphinx_rtd_theme: Homepage: https://github.com/snide/sphinx_rtd_theme/
|
||||
sphinx_rtd_theme:
|
||||
sphinx_rtd_theme: The sphinx_rtd_theme is a sphinx theme designed to look modern and
|
||||
sphinx_rtd_theme: be mobile-friendly. This theme is primary focused to be used on
|
||||
sphinx_rtd_theme: readthedocs.org but can work with your own sphinx projects.
|
||||
sphinx_rtd_theme:
|
||||
sphinx_rtd_theme: Homepage: https://github.com/rtfd/sphinx_rtd_theme
|
||||
sphinx_rtd_theme:
|
||||
sphinx_rtd_theme:
|
||||
sphinx_rtd_theme:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for sphinx_rtd_theme
|
||||
|
||||
# Copyright 2017 Andrzej Telszewski, Banie
|
||||
# Copyright 2018 Andrzej Telszewski, Szczecin
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=sphinx_rtd_theme
|
||||
VERSION=${VERSION:-0.2.4}
|
||||
VERSION=${VERSION:-0.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sphinx_rtd_theme"
|
||||
VERSION="0.2.4"
|
||||
HOMEPAGE="https://github.com/snide/sphinx_rtd_theme/"
|
||||
DOWNLOAD="https://github.com/snide/sphinx_rtd_theme/archive/0.2.4/sphinx_rtd_theme-0.2.4.tar.gz"
|
||||
MD5SUM="19afb632dfcd2beeb30375f5730ef01d"
|
||||
VERSION="0.3.1"
|
||||
HOMEPAGE="https://github.com/rtfd/sphinx_rtd_theme"
|
||||
DOWNLOAD="https://github.com/rtfd/sphinx_rtd_theme/archive/0.3.1/sphinx_rtd_theme-0.3.1.tar.gz"
|
||||
MD5SUM="b226d072c016fbbf3d681335db740c9b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue