mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/Sphinx: Document how to get Python 3 support.
This commit is contained in:
parent
f10ec68cac
commit
fd2ba954c5
1 changed files with 11 additions and 2 deletions
|
@ -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
|
originally created for the Python documentation, but it has excellent
|
||||||
facilities for the documentation of software projects in a range of languages.
|
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
|
All Sphinx dependencies must be built with Python 3 support and since there are
|
||||||
means making sure that python3 is installed before building them.
|
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
|
||||||
|
|
Loading…
Reference in a new issue