1 | # Platform: darwin; (macOS-13.0.1-arm64-arm-64bit) |
---|
2 | # Sphinx version: 6.1.3 |
---|
3 | # Python version: 3.10.9 (CPython) |
---|
4 | # Docutils version: 0.19 |
---|
5 | # Jinja2 version: 3.1.2 |
---|
6 | # Pygments version: 2.13.0 |
---|
7 | |
---|
8 | # Last messages: |
---|
9 | # Running Sphinx v6.1.3 |
---|
10 | # building [mo]: targets for 0 po files that are out of date |
---|
11 | # writing output... |
---|
12 | # |
---|
13 | # building [html]: targets for 158 source files that are out of date |
---|
14 | # updating environment: |
---|
15 | # [new config] |
---|
16 | # 158 added, 0 changed, 0 removed |
---|
17 | # reading sources... [ 0%] 9.4.1-notes |
---|
18 | |
---|
19 | # Loaded extensions: |
---|
20 | # sphinx.ext.mathjax (6.1.3) |
---|
21 | # sphinxcontrib.applehelp (1.0.2) |
---|
22 | # sphinxcontrib.devhelp (1.0.2) |
---|
23 | # sphinxcontrib.htmlhelp (2.0.0) |
---|
24 | # sphinxcontrib.serializinghtml (1.1.5) |
---|
25 | # sphinxcontrib.qthelp (1.0.3) |
---|
26 | # alabaster (0.7.12) |
---|
27 | # sphinx.ext.extlinks (6.1.3) |
---|
28 | # flags (1.0) |
---|
29 | # ghc_packages (1.0) |
---|
30 | |
---|
31 | # Traceback: |
---|
32 | Traceback (most recent call last): |
---|
33 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/sphinx/cmd/build.py", line 284, in build_main |
---|
34 | app.build(args.force_all, args.filenames) |
---|
35 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/sphinx/application.py", line 347, in build |
---|
36 | self.builder.build_update() |
---|
37 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 311, in build_update |
---|
38 | self.build(to_build, |
---|
39 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 327, in build |
---|
40 | updated_docnames = set(self.read()) |
---|
41 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 434, in read |
---|
42 | self._read_serial(docnames) |
---|
43 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 455, in _read_serial |
---|
44 | self.read_doc(docname) |
---|
45 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 511, in read_doc |
---|
46 | publisher.publish() |
---|
47 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/core.py", line 224, in publish |
---|
48 | self.document = self.reader.read(self.source, self.parser, |
---|
49 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/sphinx/io.py", line 105, in read |
---|
50 | self.parse() |
---|
51 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/readers/__init__.py", line 76, in parse |
---|
52 | self.parser.parse(self.input, document) |
---|
53 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/sphinx/parsers.py", line 80, in parse |
---|
54 | self.statemachine.run(inputlines, document, inliner=self.inliner) |
---|
55 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 169, in run |
---|
56 | results = StateMachineWS.run(self, input_lines, input_offset, |
---|
57 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/statemachine.py", line 233, in run |
---|
58 | context, next_state, result = self.check_line( |
---|
59 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/statemachine.py", line 445, in check_line |
---|
60 | return method(match, context, next_state) |
---|
61 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 2785, in underline |
---|
62 | self.section(title, source, style, lineno - 1, messages) |
---|
63 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 325, in section |
---|
64 | self.new_subsection(title, lineno, messages) |
---|
65 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 391, in new_subsection |
---|
66 | newabsoffset = self.nested_parse( |
---|
67 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 279, in nested_parse |
---|
68 | state_machine.run(block, input_offset, memo=self.memo, |
---|
69 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 195, in run |
---|
70 | results = StateMachineWS.run(self, input_lines, input_offset) |
---|
71 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/statemachine.py", line 233, in run |
---|
72 | context, next_state, result = self.check_line( |
---|
73 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/statemachine.py", line 445, in check_line |
---|
74 | return method(match, context, next_state) |
---|
75 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 2785, in underline |
---|
76 | self.section(title, source, style, lineno - 1, messages) |
---|
77 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 325, in section |
---|
78 | self.new_subsection(title, lineno, messages) |
---|
79 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 391, in new_subsection |
---|
80 | newabsoffset = self.nested_parse( |
---|
81 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 279, in nested_parse |
---|
82 | state_machine.run(block, input_offset, memo=self.memo, |
---|
83 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 195, in run |
---|
84 | results = StateMachineWS.run(self, input_lines, input_offset) |
---|
85 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/statemachine.py", line 233, in run |
---|
86 | context, next_state, result = self.check_line( |
---|
87 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/statemachine.py", line 445, in check_line |
---|
88 | return method(match, context, next_state) |
---|
89 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 1273, in bullet |
---|
90 | i, blank_finish = self.list_item(match.end()) |
---|
91 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 1295, in list_item |
---|
92 | self.nested_parse(indented, input_offset=line_offset, |
---|
93 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 279, in nested_parse |
---|
94 | state_machine.run(block, input_offset, memo=self.memo, |
---|
95 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 195, in run |
---|
96 | results = StateMachineWS.run(self, input_lines, input_offset) |
---|
97 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/statemachine.py", line 233, in run |
---|
98 | context, next_state, result = self.check_line( |
---|
99 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/statemachine.py", line 445, in check_line |
---|
100 | return method(match, context, next_state) |
---|
101 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 2716, in blank |
---|
102 | paragraph, literalnext = self.paragraph( |
---|
103 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 416, in paragraph |
---|
104 | textnodes, messages = self.inline_text(text, lineno) |
---|
105 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 425, in inline_text |
---|
106 | nodes, messages = self.inliner.parse(text, lineno, |
---|
107 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 649, in parse |
---|
108 | before, inlines, remaining, sysmessages = method(self, match, |
---|
109 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 792, in interpreted_or_phrase_ref |
---|
110 | nodelist, messages = self.interpreted(rawsource, escaped, role, |
---|
111 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 889, in interpreted |
---|
112 | nodes, messages2 = role_fn(role, rawsource, text, lineno, self) |
---|
113 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/sphinx/ext/extlinks.py", line 103, in role |
---|
114 | title = caption % part |
---|
115 | TypeError: not all arguments converted during string formatting |
---|
116 | |
---|