diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-04-01 23:51:31 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-06 07:02:58 +0700 |
commit | 7dc95641e38847053f6cf1c09f5138b9ad5e52b8 (patch) | |
tree | 0c7c7048096613c5715ab979b2e08c711a7a2584 /development/Sphinx/README | |
parent | a48f812e4dcb87a6abc7d91b094c9771180a8657 (diff) | |
download | slackbuilds-7dc95641e38847053f6cf1c09f5138b9ad5e52b8.tar.gz |
development/Sphinx: Updated for version 2.0.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'development/Sphinx/README')
-rw-r--r-- | development/Sphinx/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/Sphinx/README b/development/Sphinx/README index e5644a5a0e..ab99583992 100644 --- a/development/Sphinx/README +++ b/development/Sphinx/README @@ -2,3 +2,6 @@ Sphinx is a tool that translates a set of reStructuredText source files into various output formats, including HTML, ePub, LaTeX and plain text. Sphinx was originally created for the Python documentation, but it has excellent facilities for the documentation of software projects in a range of languages. + +All Sphinx dependencies must be built with Python 3 support, which usually just +means making sure that python3 is installed before building them. |