|
1 | 1 | /home/runner/work/dashboard/dashboard/clones/cpython/Doc/tutorial/whatnow.rst:24: WARNING: inconsistent term references in translated message. original: [':ref:`installing-index`'], translated: [] [i18n.inconsistent_references] |
2 | 2 | /home/runner/work/dashboard/dashboard/clones/cpython/Doc/tutorial/whatnow.rst:27: WARNING: inconsistent term references in translated message. original: [':ref:`reference-index`'], translated: [] [i18n.inconsistent_references] |
3 | 3 | /home/runner/work/dashboard/dashboard/clones/cpython/Doc/tutorial/whatnow.rst:64: WARNING: inconsistent term references in translated message. original: [':ref:`Frequently Asked Questions <faq-index>`'], translated: [] [i18n.inconsistent_references] |
4 | | - |
5 | | - |
6 | | -Versions |
7 | | -======== |
8 | | - |
9 | | -* Platform: linux; (Linux-6.11.0-1013-azure-x86_64-with-glibc2.39) |
10 | | -* Python version: 3.13.3 (CPython) |
11 | | -* Sphinx version: 8.2.3 |
12 | | -* Docutils version: 0.21.2 |
13 | | -* Jinja2 version: 3.1.6 |
14 | | -* Pygments version: 2.19.1 |
15 | | - |
16 | | -Last Messages |
17 | | -============= |
18 | | - |
19 | | - |
20 | | - looking for now-outdated files... |
21 | | - none found |
22 | | - pickling environment... |
23 | | - done |
24 | | - checking consistency... |
25 | | - /home/runner/work/dashboard/dashboard/clones/cpython/Doc/howto/argparse.rst: document is referenced in multiple toctrees: ['howto/index', 'library/argparse'], selecting: library/argparse <- howto/argparse |
26 | | - done |
27 | | - preparing documents... |
28 | | - failed |
29 | | - |
30 | | -Loaded Extensions |
31 | | -================= |
32 | | - |
33 | | -* sphinx.ext.mathjax (8.2.3) |
34 | | -* alabaster (1.0.0) |
35 | | -* sphinxcontrib.applehelp (2.0.0) |
36 | | -* sphinxcontrib.devhelp (2.0.0) |
37 | | -* sphinxcontrib.htmlhelp (2.1.0) |
38 | | -* sphinxcontrib.serializinghtml (2.0.0) |
39 | | -* sphinxcontrib.qthelp (2.0.0) |
40 | | -* audit_events (1.0) |
41 | | -* availability (1.0) |
42 | | -* c_annotations (1.0) |
43 | | -* changes (1.0) |
44 | | -* glossary_search (1.0) |
45 | | -* implementation_detail (1.0) |
46 | | -* issue_role (1.0) |
47 | | -* lexers (1.0) |
48 | | -* misc_news (1.0) |
49 | | -* pydoc_topics (1.0) |
50 | | -* pyspecific (1.0) |
51 | | -* sphinx.ext.coverage (8.2.3) |
52 | | -* sphinx.ext.doctest (8.2.3) |
53 | | -* sphinx.ext.extlinks (8.2.3) |
54 | | -* python_docs_theme (2025.4.1) |
55 | | - |
56 | | -Traceback |
57 | | -========= |
58 | | - |
59 | | - Traceback (most recent call last): |
60 | | - File "/opt/hostedtoolcache/Python/3.13.3/x64/lib/python3.13/site-packages/sphinx/cmd/build.py", line 432, in build_main |
61 | | - app.build(args.force_all, args.filenames) |
62 | | - ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
63 | | - File "/opt/hostedtoolcache/Python/3.13.3/x64/lib/python3.13/site-packages/sphinx/application.py", line 426, in build |
64 | | - self.builder.build_update() |
65 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~^^ |
66 | | - File "/opt/hostedtoolcache/Python/3.13.3/x64/lib/python3.13/site-packages/sphinx/builders/__init__.py", line 375, in build_update |
67 | | - self.build( |
68 | | - ~~~~~~~~~~^ |
69 | | - to_build, |
70 | | - ^^^^^^^^^ |
71 | | - ...<2 lines>... |
72 | | - method='update', |
73 | | - ^^^^^^^^^^^^^^^^ |
74 | | - ) |
75 | | - ^ |
76 | | - File "/opt/hostedtoolcache/Python/3.13.3/x64/lib/python3.13/site-packages/sphinx/builders/__init__.py", line 454, in build |
77 | | - self.write(docnames, updated_docnames, method) |
78 | | - ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
79 | | - File "/opt/hostedtoolcache/Python/3.13.3/x64/lib/python3.13/site-packages/sphinx/builders/__init__.py", line 729, in write |
80 | | - self.prepare_writing(docnames) |
81 | | - ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ |
82 | | - File "/opt/hostedtoolcache/Python/3.13.3/x64/lib/python3.13/site-packages/sphinx/builders/html/__init__.py", line 438, in prepare_writing |
83 | | - self.indexer = IndexBuilder( |
84 | | - ~~~~~~~~~~~~^ |
85 | | - self.env, |
86 | | - ^^^^^^^^^ |
87 | | - ...<2 lines>... |
88 | | - self.config.html_search_scorer, |
89 | | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
90 | | - ) |
91 | | - ^ |
92 | | - File "/opt/hostedtoolcache/Python/3.13.3/x64/lib/python3.13/site-packages/sphinx/search/__init__.py", line 310, in __init__ |
93 | | - self.lang: SearchLanguage = SearchEnglish(options) |
94 | | - ~~~~~~~~~~~~~^^^^^^^^^ |
95 | | - File "/opt/hostedtoolcache/Python/3.13.3/x64/lib/python3.13/site-packages/sphinx/search/__init__.py", line 95, in __init__ |
96 | | - self.init(options) |
97 | | - ~~~~~~~~~^^^^^^^^^ |
98 | | - File "/opt/hostedtoolcache/Python/3.13.3/x64/lib/python3.13/site-packages/sphinx/search/en.py", line 215, in init |
99 | | - self.stemmer = snowballstemmer.stemmer('porter') |
100 | | - ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ |
101 | | - File "/opt/hostedtoolcache/Python/3.13.3/x64/lib/python3.13/site-packages/snowballstemmer/__init__.py", line 27, in stemmer |
102 | | - raise KeyError("Stemming algorithm '%s' not found" % lang) |
103 | | - KeyError: "Stemming algorithm 'porter' not found" |
104 | | - |
105 | | - |
106 | | -The full traceback has been saved in: |
107 | | -/tmp/sphinx-err-1ionrjs8.log |
108 | | - |
109 | | -To report this error to the developers, please open an issue at <https://github.com/sphinx-doc/sphinx/issues/>. Thanks! |
110 | | -Please also report this if it was a user error, so that a better error message can be provided next time. |
0 commit comments