diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 20:45:06 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:46 +0700 |
commit | d025272a917dc7848634864af595cefd116e93c7 (patch) | |
tree | 8750b4f6118a86c5d8ff8ba844c918e9f8ce4c4a /development | |
parent | e887521617ab0aa98d5698ba43c769562ce5aa57 (diff) | |
download | slackbuilds-d025272a917dc7848634864af595cefd116e93c7.tar.gz |
development/Sphinx: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/Sphinx/README | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/development/Sphinx/README b/development/Sphinx/README index fe4453fa70..9a5cd64baf 100644 --- a/development/Sphinx/README +++ b/development/Sphinx/README @@ -1,11 +1,12 @@ -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. +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 and since there are -many different way of providing this, the following packages require special -build instructions not captured in REQUIRES: +All Sphinx dependencies must be built with Python 3 support and since +there are many different way of providing this, the following packages +require special build instructions not captured in REQUIRES: - python/python-urllib3: install python/python3 first - python/idna: install python/python3 first - python/python-chardet: install python/python3 first |