diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 23:37:43 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 23:37:43 -0500 |
commit | 82e2654e9d23e390a3b8508dee882f3d25196e9c (patch) | |
tree | dcdba94e8ebdd2b1581cf8b30984913ba72be023 /development/Sphinx | |
parent | d3ebc8253ee4bfbd9deddd7bbb90b18522bea5a4 (diff) |
various: kill idna dep mentions
Diffstat (limited to 'development/Sphinx')
-rw-r--r-- | development/Sphinx/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/development/Sphinx/README b/development/Sphinx/README index cfd397e4f1a8..e3f923a7f799 100644 --- a/development/Sphinx/README +++ b/development/Sphinx/README @@ -3,13 +3,3 @@ 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: -- 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/pytz: install python/python3 first |