Traceback
File "/home/docs/.asdf/installs/python/3.10.4/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/docs/.asdf/installs/python/3.10.4/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/src/generate_sample_sites.py", line 101, in <module>
asyncio.run(main())
File "/home/docs/.asdf/installs/python/3.10.4/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/home/docs/.asdf/installs/python/3.10.4/lib/python3.10/asyncio/base_events.py", line 633, in run_until_complete
self.run_forever()
File "/home/docs/.asdf/installs/python/3.10.4/lib/python3.10/asyncio/base_events.py", line 600, in run_forever
self._run_once()
File "/home/docs/.asdf/installs/python/3.10.4/lib/python3.10/asyncio/base_events.py", line 1896, in _run_once
handle._run()
File "/home/docs/.asdf/installs/python/3.10.4/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/src/output.py", line 21, in sem_task
return await task
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/src/generate_sample_sites.py", line 84, in generate_site
(destination_path / "index.html").write_text(get_error_page(theme, e))
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/src/generate_sample_sites.py", line 23, in get_error_page
traceback=textwrap.dedent("".join(traceback.format_stack())),
Output
======================================== stdout ========================================
Running Sphinx v6.0.0b2
making output directory... done
locale_dir /home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/sample-docs/locales/en/LC_MESSAGES does not exists
locale_dir /home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/sample-docs/locales/en/LC_MESSAGES does not exists
building [mo]: targets for 0 po files that are out of date
building [dirhtml]: targets for 18 source files that are out of date
updating environment: locale_dir /home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/sample-docs/locales/en/LC_MESSAGES does not exists
[new config] 18 added, 0 changed, 0 removed
reading sources... [ 5%] index
======================================== stderr ========================================
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/statemachine.py", line 299, in next_line
self.line = self.input_lines[self.line_offset]
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/statemachine.py", line 1136, in __getitem__
return self.data[i]
IndexError: list index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/statemachine.py", line 226, in run
self.next_line()
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/statemachine.py", line 302, in next_line
raise EOFError
EOFError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/sphinx/cmd/build.py", line 281, in build_main
app.build(args.force_all, args.filenames)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/sphinx/application.py", line 344, in build
self.builder.build_update()
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 310, in build_update
self.build(to_build,
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 326, in build
updated_docnames = set(self.read())
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 433, in read
self._read_serial(docnames)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 454, in _read_serial
self.read_doc(docname)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 510, in read_doc
publisher.publish()
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/core.py", line 224, in publish
self.document = self.reader.read(self.source, self.parser,
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/sphinx/io.py", line 103, in read
self.parse()
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/readers/__init__.py", line 76, in parse
self.parser.parse(self.input, document)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/sphinx/parsers.py", line 78, in parse
self.statemachine.run(inputlines, document, inliner=self.inliner)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 169, in run
results = StateMachineWS.run(self, input_lines, input_offset,
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/statemachine.py", line 233, in run
context, next_state, result = self.check_line(
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/statemachine.py", line 445, in check_line
return method(match, context, next_state)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 2357, in explicit_markup
self.explicit_list(blank_finish)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 2382, in explicit_list
newline_offset, blank_finish = self.nested_list_parse(
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 316, in nested_list_parse
state_machine.run(block, input_offset, memo=self.memo,
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 195, in run
results = StateMachineWS.run(self, input_lines, input_offset)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/statemachine.py", line 233, in run
context, next_state, result = self.check_line(
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/statemachine.py", line 445, in check_line
return method(match, context, next_state)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 2660, in explicit_markup
nodelist, blank_finish = self.explicit_construct(match)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 2367, in explicit_construct
return method(self, expmatch)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 2059, in substitution_def
new_abs_offset, blank_finish = self.nested_list_parse(
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 316, in nested_list_parse
state_machine.run(block, input_offset, memo=self.memo,
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 195, in run
results = StateMachineWS.run(self, input_lines, input_offset)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/statemachine.py", line 233, in run
context, next_state, result = self.check_line(
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/statemachine.py", line 445, in check_line
return method(match, context, next_state)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 2688, in embedded_directive
nodelist, blank_finish = self.directive(match,
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 2104, in directive
return self.run_directive(
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 2154, in run_directive
result = directive_instance.run()
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/directives/misc.py", line 314, in run
self.state.nested_parse(self.content, self.content_offset,
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 279, in nested_parse
state_machine.run(block, input_offset, memo=self.memo,
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 195, in run
results = StateMachineWS.run(self, input_lines, input_offset)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/statemachine.py", line 239, in run
result = state.eof(context)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 2725, in eof
self.blank(None, context, None)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 2716, in blank
paragraph, literalnext = self.paragraph(
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 416, in paragraph
textnodes, messages = self.inline_text(text, lineno)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 425, in inline_text
nodes, messages = self.inliner.parse(text, lineno,
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 649, in parse
before, inlines, remaining, sysmessages = method(self, match,
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 792, in interpreted_or_phrase_ref
nodelist, messages = self.interpreted(rawsource, escaped, role,
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 889, in interpreted
nodes, messages2 = role_fn(role, rawsource, text, lineno, self)
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/sphinx/ext/extlinks.py", line 101, in role
title = caption % part
TypeError: not all arguments converted during string formatting
Exception occurred:
File "/home/docs/checkouts/readthedocs.org/user_builds/sphinx-themes/checkouts/pre-sphinx/build/pydata-sphinx-theme/lib/python3.10/site-packages/sphinx/ext/extlinks.py", line 101, in role
title = caption % part
TypeError: not all arguments converted during string formatting
The full traceback has been saved in /tmp/sphinx-err-0b56_k6i.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!