Chandan Singh pushed to branch master at BuildStream / buildstream
Commits:
1 changed file:
Changes:
... | ... | @@ -6,10 +6,10 @@ |
6 | 6 |
# we dont use the standard `sphinx-build` and `sphinx-apidoc` entry points.
|
7 | 7 |
#
|
8 | 8 |
# The following technique works as long as sphinx is installed for python3,
|
9 |
-# regardless of the entry point which might be in /usr/bin or PATH, but
|
|
10 |
-# will stop working in sphinx >= 2.0. Hopefully by then, the mentioned
|
|
11 |
-# bug will be fixed and we can use a standard python3 specific script to
|
|
12 |
-# invoke sphnix.
|
|
9 |
+# regardless of the entry point which might be in /usr/bin or PATH.
|
|
10 |
+#
|
|
11 |
+# Since Sphinx 2.0 is planned to be Python 3-only, this workaround should not
|
|
12 |
+# be needed once Spinx 2.0 is released, and we upgrade to it
|
|
13 | 13 |
#
|
14 | 14 |
SPHINXOPTS =
|
15 | 15 |
SPHINXBUILD = python3 -m sphinx
|