summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-07-26 16:49:27 +0200
committer Willy Sudiarto Raharjo2019-07-27 03:06:15 +0200
commitfd2ba954c5fd5fe1607f96a40d4050aa66fed6b5 (patch)
tree0fca6c93689acbcbb86f18445ad26ba6cab3dde0 /development
parentf10ec68cac6fec7d66f557d6dd408ca6b0fa048d (diff)
downloadslackbuilds-fd2ba954c5fd5fe1607f96a40d4050aa66fed6b5.tar.gz
development/Sphinx: Document how to get Python 3 support.
Diffstat (limited to 'development')
-rw-r--r--development/Sphinx/README13
1 files changed, 11 insertions, 2 deletions
diff --git a/development/Sphinx/README b/development/Sphinx/README
index ab99583992..bfe702885e 100644
--- a/development/Sphinx/README
+++ b/development/Sphinx/README
@@ -3,5 +3,14 @@ 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.
+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
+- python/imagesize: install python/python3 first
+- python/alabaster: install python/python3 first
+- python/python-requests: install python/python3-certifi first
+- python/pytz: install python/python3 first and use PYTHON3=yes as a build
+ option