--- Begin Message ---
Source: python-os-api-ref
Version: 1.6.2+dfsg1-1
Severity: important
Tags: ftbfs
User: [email protected]
Usertags: sphinx2.4
Hi,
python-os-api-ref fails to build with Sphinx 2.4, currently available in
experimental.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: Command not found
> py3versions: no X-Python3-Version in control file, using supported versions
> pkgos-dh_auto_test --no-py2
> + PKGOS_USE_PY2=yes
> + PKGOS_USE_PY3=yes
> + PKGOS_TEST_PARALLEL=yes
> + PKGOS_TEST_SERIAL=no
> + PYTHONS=disabled
> + PYTHON3S=disabled
> + TEST_PARALLEL_OPT=--parallel
> + TEST_SERIAL_OPT=
> + PKGOS_USE_PY2=no
> + shift
> + [ no = yes ]
> + [ yes = yes ]
> + py3versions -vr
> + PYTHON3S=3.7 3.8
> + [ yes = no ]
> + [ no = yes ]
> + [ disabled = disabled ]
> + continue
> + [ 3.7 = disabled ]
> + echo 3.7
> + cut -d. -f1
> + PYMAJOR=3
> + echo ===> Testing with python (python3)
> ===> Testing with python (python3)
> + [ 3 = 3 ]
> + pwd
> + [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
> + [ -e .stestr.conf ]
> + [ -x /usr/bin/python3-stestr ]
> + STESTR=stestr
> + rm -rf .stestr
> + PYTHON=python3.7 stestr run --parallel --subunit
> + subunit2pyunit
> os_api_ref.tests.test_os_api_ref.TestOs_api_ref.test_something
> os_api_ref.tests.test_os_api_ref.TestOs_api_ref.test_something ... ok
> os_api_ref.tests.test_basic_example.TestBasicExample.test_expand_all
> os_api_ref.tests.test_basic_example.TestBasicExample.test_expand_all ... FAIL
> os_api_ref.tests.test_microversions.TestMicroversions.test_js_declares
> os_api_ref.tests.test_microversions.TestMicroversions.test_js_declares ...
> FAIL
> os_api_ref.tests.test_basic_example.TestBasicExample.test_parameters
> os_api_ref.tests.test_basic_example.TestBasicExample.test_parameters ... FAIL
> os_api_ref.tests.test_warnings.TestWarnings.test_empty_parameter_file
> os_api_ref.tests.test_warnings.TestWarnings.test_empty_parameter_file ... FAIL
> os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_method
> os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_method ... FAIL
> os_api_ref.tests.test_microversions.TestMicroversions.test_mv_selector
> os_api_ref.tests.test_microversions.TestMicroversions.test_mv_selector ...
> FAIL
> os_api_ref.tests.test_warnings.TestWarnings.test_invalid_parameter_definition
> os_api_ref.tests.test_warnings.TestWarnings.test_invalid_parameter_definition
> ... FAIL
> os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_response
> os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_response ...
> FAIL
> os_api_ref.tests.test_microversions.TestMicroversions.test_parameters_table
> os_api_ref.tests.test_microversions.TestMicroversions.test_parameters_table
> ... FAIL
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_field
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_field ... FAIL
> os_api_ref.tests.test_microversions.TestMicroversions.test_rest_method
> os_api_ref.tests.test_microversions.TestMicroversions.test_rest_method ...
> FAIL
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_lookup_name
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_lookup_name ... FAIL
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_path_parameter_in_stanza
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_path_parameter_in_stanza
> ... FAIL
> os_api_ref.tests.test_warnings.TestWarnings.test_no_parameters_set
> os_api_ref.tests.test_warnings.TestWarnings.test_no_parameters_set ... FAIL
> os_api_ref.tests.test_warnings.TestWarnings.test_out_of_order
> os_api_ref.tests.test_warnings.TestWarnings.test_out_of_order ... FAIL
> os_api_ref.tests.test_warnings.TestWarnings.test_parameter_file_not_exist
> os_api_ref.tests.test_warnings.TestWarnings.test_parameter_file_not_exist ...
> FAIL
>
> ======================================================================
> FAIL: os_api_ref.tests.test_basic_example.TestBasicExample.test_expand_all
> os_api_ref.tests.test_basic_example.TestBasicExample.test_expand_all
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in
> decorator
> func(*(args + (app, status, warning)), **kwargs)
> File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_basic_example.py", line 56, in
> setUp
> self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in
> decorator
> app.cleanup(error=exc)
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in
> cleanup
> from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc'
> (unknown location)
>
>
> ======================================================================
> FAIL: os_api_ref.tests.test_microversions.TestMicroversions.test_js_declares
> os_api_ref.tests.test_microversions.TestMicroversions.test_js_declares
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in
> decorator
> func(*(args + (app, status, warning)), **kwargs)
> File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_microversions.py", line 42, in
> setUp
> self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in
> decorator
> app.cleanup(error=exc)
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in
> cleanup
> from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc'
> (unknown location)
>
>
> ======================================================================
> FAIL: os_api_ref.tests.test_basic_example.TestBasicExample.test_parameters
> os_api_ref.tests.test_basic_example.TestBasicExample.test_parameters
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in
> decorator
> func(*(args + (app, status, warning)), **kwargs)
> File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_basic_example.py", line 56, in
> setUp
> self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in
> decorator
> app.cleanup(error=exc)
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in
> cleanup
> from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc'
> (unknown location)
>
>
> ======================================================================
> FAIL: os_api_ref.tests.test_warnings.TestWarnings.test_empty_parameter_file
> os_api_ref.tests.test_warnings.TestWarnings.test_empty_parameter_file
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in
> decorator
> func(*(args + (app, status, warning)), **kwargs)
> File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_warnings.py", line 41, in setUp
> self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in
> decorator
> app.cleanup(error=exc)
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in
> cleanup
> from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc'
> (unknown location)
>
>
> ======================================================================
> FAIL: os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_method
> os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_method
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in
> decorator
> func(*(args + (app, status, warning)), **kwargs)
> File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_basic_example.py", line 56, in
> setUp
> self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in
> decorator
> app.cleanup(error=exc)
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in
> cleanup
> from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc'
> (unknown location)
>
>
> ======================================================================
> FAIL: os_api_ref.tests.test_microversions.TestMicroversions.test_mv_selector
> os_api_ref.tests.test_microversions.TestMicroversions.test_mv_selector
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in
> decorator
> func(*(args + (app, status, warning)), **kwargs)
> File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_microversions.py", line 42, in
> setUp
> self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in
> decorator
> app.cleanup(error=exc)
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in
> cleanup
> from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc'
> (unknown location)
>
>
> ======================================================================
> FAIL:
> os_api_ref.tests.test_warnings.TestWarnings.test_invalid_parameter_definition
> os_api_ref.tests.test_warnings.TestWarnings.test_invalid_parameter_definition
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in
> decorator
> func(*(args + (app, status, warning)), **kwargs)
> File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_warnings.py", line 41, in setUp
> self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in
> decorator
> app.cleanup(error=exc)
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in
> cleanup
> from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc'
> (unknown location)
>
>
> ======================================================================
> FAIL: os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_response
> os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_response
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in
> decorator
> func(*(args + (app, status, warning)), **kwargs)
> File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_basic_example.py", line 56, in
> setUp
> self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in
> decorator
> app.cleanup(error=exc)
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in
> cleanup
> from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc'
> (unknown location)
>
>
> ======================================================================
> FAIL:
> os_api_ref.tests.test_microversions.TestMicroversions.test_parameters_table
> os_api_ref.tests.test_microversions.TestMicroversions.test_parameters_table
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in
> decorator
> func(*(args + (app, status, warning)), **kwargs)
> File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_microversions.py", line 42, in
> setUp
> self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in
> decorator
> app.cleanup(error=exc)
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in
> cleanup
> from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc'
> (unknown location)
>
>
> ======================================================================
> FAIL: os_api_ref.tests.test_warnings.TestWarnings.test_missing_field
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_field
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in
> decorator
> func(*(args + (app, status, warning)), **kwargs)
> File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_warnings.py", line 41, in setUp
> self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in
> decorator
> app.cleanup(error=exc)
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in
> cleanup
> from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc'
> (unknown location)
>
>
> ======================================================================
> FAIL: os_api_ref.tests.test_microversions.TestMicroversions.test_rest_method
> os_api_ref.tests.test_microversions.TestMicroversions.test_rest_method
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in
> decorator
> func(*(args + (app, status, warning)), **kwargs)
> File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_microversions.py", line 42, in
> setUp
> self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in
> decorator
> app.cleanup(error=exc)
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in
> cleanup
> from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc'
> (unknown location)
>
>
> ======================================================================
> FAIL: os_api_ref.tests.test_warnings.TestWarnings.test_missing_lookup_name
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_lookup_name
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in
> decorator
> func(*(args + (app, status, warning)), **kwargs)
> File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_warnings.py", line 41, in setUp
> self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in
> decorator
> app.cleanup(error=exc)
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in
> cleanup
> from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc'
> (unknown location)
>
>
> ======================================================================
> FAIL:
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_path_parameter_in_stanza
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_path_parameter_in_stanza
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in
> decorator
> func(*(args + (app, status, warning)), **kwargs)
> File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_warnings.py", line 41, in setUp
> self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in
> decorator
> app.cleanup(error=exc)
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in
> cleanup
> from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc'
> (unknown location)
>
>
> ======================================================================
> FAIL: os_api_ref.tests.test_warnings.TestWarnings.test_no_parameters_set
> os_api_ref.tests.test_warnings.TestWarnings.test_no_parameters_set
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in
> decorator
> func(*(args + (app, status, warning)), **kwargs)
> File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_warnings.py", line 41, in setUp
> self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in
> decorator
> app.cleanup(error=exc)
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in
> cleanup
> from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc'
> (unknown location)
>
>
> ======================================================================
> FAIL: os_api_ref.tests.test_warnings.TestWarnings.test_out_of_order
> os_api_ref.tests.test_warnings.TestWarnings.test_out_of_order
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in
> decorator
> func(*(args + (app, status, warning)), **kwargs)
> File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_warnings.py", line 41, in setUp
> self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in
> decorator
> app.cleanup(error=exc)
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in
> cleanup
> from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc'
> (unknown location)
>
>
> ======================================================================
> FAIL:
> os_api_ref.tests.test_warnings.TestWarnings.test_parameter_file_not_exist
> os_api_ref.tests.test_warnings.TestWarnings.test_parameter_file_not_exist
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in
> decorator
> func(*(args + (app, status, warning)), **kwargs)
> File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_warnings.py", line 41, in setUp
> self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in
> decorator
> app.cleanup(error=exc)
> File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in
> cleanup
> from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc'
> (unknown location)
>
>
> ----------------------------------------------------------------------
> Ran 17 tests in 2.530s
>
> FAILED (failures=16)
> make[1]: *** [debian/rules:19: override_dh_auto_test] Error 1
The full build log is available from:
http://qa-logs.debian.net/2020/03/26/python-os-api-ref_1.6.2+dfsg1-1_unstable_sphinx243.log
Please see [1] for Sphinx changelog, which may give a hint of what changes in
Sphinx caused this error.
Also see [2] for the list of deprecated/removed APIs and possible alternatives
to them.
Sphinx 2.4 is going to be uploaded to unstable in a couple of weeks. When that
happens, the severity of this bug will be bumped to serious.
In case you have questions, please Cc [email protected] on reply.
[1]: https://www.sphinx-doc.org/en/2.0/changes.html
[2]:
https://www.sphinx-doc.org/en/2.0/extdev/deprecated.html#dev-deprecated-apis
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---