summaryrefslogtreecommitdiffstats
path: root/development/Sphinx/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/Sphinx/README')
-rw-r--r--development/Sphinx/README3
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.