Output
======================================== stdout ========================================
Running Sphinx v5.0.0
making output directory... done
locale_dir /home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/locales/en/LC_MESSAGES does not exists
loading intersphinx inventory from https://www.sphinx-doc.org/objects.inv...
intersphinx inventory has moved: https://www.sphinx-doc.org/objects.inv -> https://www.sphinx-doc.org/en/master/objects.inv
locale_dir /home/runner/work/sphinx-themes.org/sphinx-themes.org/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 23 source files that are out of date
updating environment: locale_dir /home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/locales/en/LC_MESSAGES does not exists
[new config] 23 added, 0 changed, 0 removed
reading sources... [ 4%] index
reading sources... [ 8%] kitchen-sink/admonitions
reading sources... [ 13%] kitchen-sink/api
reading sources... [ 17%] kitchen-sink/blocks
reading sources... [ 21%] kitchen-sink/domains/api_c_domain
reading sources... [ 26%] kitchen-sink/domains/api_cpp_domain
reading sources... [ 30%] kitchen-sink/domains/api_javascript_domain
reading sources... [ 34%] kitchen-sink/domains/api_python_domain
reading sources... [ 39%] kitchen-sink/domains/api_restructuredtext_domain
reading sources... [ 43%] kitchen-sink/generic
reading sources... [ 47%] kitchen-sink/images
reading sources... [ 52%] kitchen-sink/index
reading sources... [ 56%] kitchen-sink/lists
reading sources... [ 60%] kitchen-sink/really-long
reading sources... [ 65%] kitchen-sink/structure
reading sources... [ 69%] kitchen-sink/tables
reading sources... [ 73%] kitchen-sink/typography
reading sources... [ 78%] long-page
reading sources... [ 82%] placeholder-four
reading sources... [ 86%] placeholder-one
reading sources... [ 91%] placeholder-three
reading sources... [ 95%] placeholder-two
reading sources... [100%] really-long-title
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 4%] index
writing output... [ 8%] kitchen-sink/admonitions
writing output... [ 13%] kitchen-sink/api
writing output... [ 17%] kitchen-sink/blocks
======================================== stderr ========================================
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/admonitions.rst:161: ERROR: Unknown directive type "versionremoved".
.. versionremoved:: v0.1.1
Here's a version removed message.
We also support *italic*, **bold**, ``code``, `links <https://www.sphinx-doc.org/en/master/>`_, and more.
WARNING: autodoc: failed to import module 'all_in_one_restructuredtext'; the following exception was raised:
No module named 'all_in_one_restructuredtext'
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/blocks.rst:138: WARNING: Include file '/home/runner/work/sphinx-themes.org/src/furo/__init__.py' not found or reading it failed
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_c_domain.rst:33: ERROR: Error in "c:macro" directive:
unknown option: "single-line-parameter-list".
.. c:macro:: MY_MACRO_ARGS(arg_list)
:single-line-parameter-list:
The ``.. c:macro::`` directive, showing a macro, i.e., a C-language ``#define``, without the replacement text.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_python_domain.rst:11: ERROR: Error in "py:module" directive:
no content permitted.
.. py:module:: my_module
:platform: platform1, platform2
:synopsis: purpose
:deprecated:
The ``py:module`` directive, showing the docstring for the whole module.
The second line of the module docstring.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_python_domain.rst:20: ERROR: Error in "py:function" directive:
unknown option: "single-line-parameter-list".
.. py:function:: my_function(parameter: ParameterT = default_value) -> ReturnT
:async:
:canonical: my_module.my_function
:single-line-parameter-list:
:single-line-type-parameter-list:
The ``py:function`` directive.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_python_domain.rst:28: ERROR: Error in "py:function" directive:
unknown option: "single-line-parameter-list".
.. py:function:: my_function_type_parameters[ParameterT](parameter: ParameterT) -> ParameterT
:async:
:canonical: my_module.my_function_type_parameters
:single-line-parameter-list:
:single-line-type-parameter-list:
The ``py:function`` directive, using Python 3.12 *type parameters*.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_python_domain.rst:43: ERROR: Error in "py:exception" directive:
unknown option: "single-line-parameter-list".
.. py:exception:: MyException
:single-line-parameter-list:
:single-line-type-parameter-list:
The ``py:exception`` directive.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_python_domain.rst:49: ERROR: Error in "py:exception" directive:
unknown option: "single-line-parameter-list".
.. py:exception:: MyExceptionFinal
:final:
:single-line-parameter-list:
:single-line-type-parameter-list:
The ``py:exception`` directive, ``final``.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_python_domain.rst:56: ERROR: Error in "py:exception" directive:
unknown option: "single-line-parameter-list".
.. py:exception:: MyException_type_parameters(parameters)
:single-line-parameter-list:
:single-line-type-parameter-list:
The ``py:exception`` directive.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_python_domain.rst:62: ERROR: Error in "py:exception" directive:
unknown option: "single-line-parameter-list".
.. py:exception:: MyExceptionTypeParameters[ParameterT](parameter: ParameterT)
:single-line-parameter-list:
:single-line-type-parameter-list:
The ``py:exception`` directive, using Python 3.12 *type parameters*.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_python_domain.rst:68: ERROR: Error in "py:class" directive:
unknown option: "single-line-parameter-list".
.. py:class:: MyClass
:canonical: my_module.MyClass
:single-line-parameter-list:
:single-line-type-parameter-list:
The ``py:class`` directive.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_python_domain.rst:75: ERROR: Error in "py:class" directive:
unknown option: "single-line-parameter-list".
.. py:class:: MyClassFinal
:canonical: my_module.MyClassFinal
:final:
:single-line-parameter-list:
:single-line-type-parameter-list:
The ``py:class`` directive, ``final``.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_python_domain.rst:83: ERROR: Error in "py:class" directive:
unknown option: "single-line-parameter-list".
.. py:class:: MyClassParameters(parameters)
:canonical: my_module.MyClass2
:single-line-parameter-list:
:single-line-type-parameter-list:
The ``py:class`` directive.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_python_domain.rst:90: ERROR: Error in "py:class" directive:
unknown option: "single-line-parameter-list".
.. py:class:: MyClassTypeParameters[ParameterT](parameter: ParameterT)
:canonical: my_module.MyClassTypeParameters
:single-line-parameter-list:
:single-line-type-parameter-list:
The ``py:class`` directive, using Python 3.12 *type parameters*.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_python_domain.rst:117: ERROR: Unknown directive type "py:type".
.. py:type:: MyType
:canonical: my_module.MyType
The ``py:type`` directive.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_python_domain.rst:122: ERROR: Error in "py:method" directive:
unknown option: "single-line-parameter-list".
.. py:method:: my_method(parameters) -> ReturnT
:canonical: my_module.my_method
:single-line-parameter-list:
:single-line-type-parameter-list:
The ``py:method`` directive.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_python_domain.rst:129: ERROR: Error in "py:method" directive:
unknown option: "single-line-parameter-list".
.. py:method:: my_method_type_parameters[ParameterT](parameter: ParameterT) -> ParameterT
:abstractmethod:
:async:
:canonical: my_module.my_method_type_parameters
:classmethod:
:final:
:single-line-parameter-list:
:single-line-type-parameter-list:
:staticmethod:
The ``py:method`` directive,
using all of the ``:abstractmethod:``, ``:async:``, ``:classmethod:``, ``:final:``, and ``:staticmethod:`` flags,
using Python 3.12 *type parameters*.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_python_domain.rst:159: ERROR: Error in "py:decorator" directive:
unknown option: "single-line-parameter-list".
.. py:decorator:: my_decorator
:single-line-parameter-list:
:single-line-type-parameter-list:
The ``py:decorator`` directive.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_python_domain.rst:165: ERROR: Error in "py:decorator" directive:
unknown option: "single-line-parameter-list".
.. py:decorator:: my_decorator_parameters(parameters)
:single-line-parameter-list:
:single-line-type-parameter-list:
The ``py:decorator`` directive.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/domains/api_python_domain.rst:171: ERROR: Error in "py:decorator" directive:
unknown option: "single-line-parameter-list".
.. py:decorator:: my_decorator_type_parameters[ParameterT](parameter: ParameterT)
:single-line-parameter-list:
:single-line-type-parameter-list:
The ``py:decorator`` directive, using Python 3.12 *type parameters*.
/home/runner/work/sphinx-themes.org/sphinx-themes.org/sample-docs/kitchen-sink/lists.rst:202: WARNING: Include file '/home/runner/work/sphinx-themes.org/src/furo/__init__.py' not found or reading it failed
Traceback (most recent call last):
File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/sphinx/builders/html/__init__.py", line 1072, in handle_page
File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/sphinx/jinja2glue.py", line 189, in render
File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/jinja2/environment.py", line 1016, in get_template
return self._load_template(name, globals)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/jinja2/environment.py", line 975, in _load_template
template = self.loader.load(self, name, self.make_globals(globals))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/jinja2/loaders.py", line 126, in load
source, filename, uptodate = self.get_source(environment, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/sphinx/jinja2glue.py", line 210, in get_source
jinja2.exceptions.TemplateNotFound: page.html
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/sphinx/cmd/build.py", line 276, in build_main
File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/sphinx/application.py", line 329, in build
File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/sphinx/builders/__init__.py", line 288, in build_update
File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/sphinx/builders/__init__.py", line 352, in build
File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/sphinx/builders/__init__.py", line 544, in write
File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/sphinx/builders/__init__.py", line 554, in _write_serial
File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/sphinx/builders/html/__init__.py", line 648, in write_doc
File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/sphinx/builders/html/__init__.py", line 1079, in handle_page
sphinx.errors.ThemeError: An error happened in rendering the page kitchen-sink/blocks.
Reason: TemplateNotFound('page.html')
Theme error:
An error happened in rendering the page kitchen-sink/blocks.
Reason: TemplateNotFound('page.html')