From 5bc7cbb3458bc54b6b151affaa771a5f0be26fbe Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Fri, 25 Sep 2020 08:23:36 +0000 Subject: [PATCH] Themes for the Pallets projects. If you're writing an extension, use the appropriate theme to make your documentation look consistent. Available themes: flask jinja werkzeug click WWW: https://pypi.org/project/Pallets-Sphinx-Themes/ --- textproc/Makefile | 1 + textproc/py-pallets-sphinx-themes/Makefile | 23 +++++++++++++++++++++ textproc/py-pallets-sphinx-themes/distinfo | 3 +++ textproc/py-pallets-sphinx-themes/pkg-descr | 11 ++++++++++ 4 files changed, 38 insertions(+) create mode 100644 textproc/py-pallets-sphinx-themes/Makefile create mode 100644 textproc/py-pallets-sphinx-themes/distinfo create mode 100644 textproc/py-pallets-sphinx-themes/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index a1347db7652b..c3a2c385392b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1305,6 +1305,7 @@ SUBDIR += py-os-api-ref SUBDIR += py-packageurl-python SUBDIR += py-pager + SUBDIR += py-pallets-sphinx-themes SUBDIR += py-pandocfilters SUBDIR += py-paragrep SUBDIR += py-parse diff --git a/textproc/py-pallets-sphinx-themes/Makefile b/textproc/py-pallets-sphinx-themes/Makefile new file mode 100644 index 000000000000..2944b158764a --- /dev/null +++ b/textproc/py-pallets-sphinx-themes/Makefile @@ -0,0 +1,23 @@ +# Created by: Nicola Stanislao Vitale diff --git a/textproc/py-pallets-sphinx-themes/distinfo b/textproc/py-pallets-sphinx-themes/distinfo new file mode 100644 index 000000000000..0b0d910cab51 --- /dev/null +++ b/textproc/py-pallets-sphinx-themes/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1601018465 +SHA256 (Pallets-Sphinx-Themes-1.2.3.tar.gz) = bbb4fd6e259d498e4e5b4866860f12f0c4e59a67c9ac243eb8c1472cbc730aaf +SIZE (Pallets-Sphinx-Themes-1.2.3.tar.gz) = 21382 diff --git a/textproc/py-pallets-sphinx-themes/pkg-descr b/textproc/py-pallets-sphinx-themes/pkg-descr new file mode 100644 index 000000000000..7bed0901c720 --- /dev/null +++ b/textproc/py-pallets-sphinx-themes/pkg-descr @@ -0,0 +1,11 @@ +Themes for the Pallets projects. If you're writing an extension, +use the appropriate theme to make your documentation look consistent. + +Available themes: + + flask + jinja + werkzeug + click + +WWW: https://pypi.org/project/Pallets-Sphinx-Themes/