diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-05-12 07:17:42 +0800 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-05-12 07:17:42 +0800 |
commit | 4800efea71ed934fd244576215c1faf844959fe9 (patch) | |
tree | a19ab35a820725f57d4e759a45a8482cf40995e5 /textproc/Makefile | |
parent | 7f3043db7ebd52e385e2ae54aeef23d3e87e6a44 (diff) | |
download | freebsd-ports-gnome-4800efea71ed934fd244576215c1faf844959fe9.tar.gz freebsd-ports-gnome-4800efea71ed934fd244576215c1faf844959fe9.tar.zst freebsd-ports-gnome-4800efea71ed934fd244576215c1faf844959fe9.zip |
Add textproc/py-sphinxcontrib-serializinghtml
sphinxcontrib-serializinghtml is a sphinx extension which outputs serialized
HTML files (json and pickle).
WWW: https://www.sphinx-doc.org/
PR: 244676
Submitted by: Willem Jan Withagen <wjw@digiware.nl>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 60ca69a57fcc..4a967ef72a3a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1367,6 +1367,7 @@ SUBDIR += py-sphinxcontrib-jsmath SUBDIR += py-sphinxcontrib-newsfeed SUBDIR += py-sphinxcontrib-programoutput + SUBDIR += py-sphinxcontrib-serializinghtml SUBDIR += py-sphinxcontrib-websupport SUBDIR += py-stemming SUBDIR += py-tabletext |