Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError: list index out of range #10495

Closed
cyring opened this issue May 31, 2022 · 10 comments · Fixed by #10504
Closed

IndexError: list index out of range #10495

cyring opened this issue May 31, 2022 · 10 comments · Fixed by #10504

Comments

@cyring
Copy link

cyring commented May 31, 2022

Describe the bug

make[1]: *** [Documentation/Makefile:96: htmldocs] Error 2
make: *** [Makefile:1678: htmldocs] Error 2
==> ERROR: A failure occurred in build().
Aborting...

How to Reproduce

Arch Build System

$ cd linux
$ asp checkout linux
$ asp update && git pull
$ cd repos/core-x86_64/
$ makepkg --noconfirm -cCsfir

Expected behavior

  1. linux-5.18.arch1-1-x86_64.pkg.tar.zst
  2. linux-docs-5.18.arch1-1-x86_64.pkg.tar.zst
  3. linux-headers-5.18.arch1-1-x86_64.pkg.tar.zst

Your project

archlinux

Screenshots

tail -n 50 /tmp/sphinx-err-irzy92f8.log

#   writing output... [  5%] admin-guide/device-mapper/dm-integrity .. admin-guide/gpio/gpio-aggregator
#   writing output... [  6%] admin-guide/gpio/gpio-mockup .. admin-guide/laptops/lg-laptop
#   writing output... [  7%] admin-guide/laptops/sony-laptop .. admin-guide/media/dvb-usb-af9035-cardlist
#   writing output... [  8%] admin-guide/media/dvb-usb-anysee-cardlist .. admin-guide/media/dvb-usb-zd1301-cardlist
# Loaded extensions:
#   sphinx.ext.mathjax (5.0.0) from /usr/lib/python3.10/site-packages/sphinx/ext/mathjax.py
#   sphinxcontrib.applehelp (1.0.2) from /usr/lib/python3.10/site-packages/sphinxcontrib/applehelp/__init__.py
#   sphinxcontrib.devhelp (1.0.2) from /usr/lib/python3.10/site-packages/sphinxcontrib/devhelp/__init__.py
#   sphinxcontrib.htmlhelp (2.0.0) from /usr/lib/python3.10/site-packages/sphinxcontrib/htmlhelp/__init__.py
#   sphinxcontrib.serializinghtml (1.1.5) from /usr/lib/python3.10/site-packages/sphinxcontrib/serializinghtml/__init__.py
#   sphinxcontrib.qthelp (1.0.3) from /usr/lib/python3.10/site-packages/sphinxcontrib/qthelp/__init__.py
#   alabaster (0.7.12) from /usr/lib/python3.10/site-packages/alabaster/__init__.py
#   kerneldoc (1.0) from~/pkg/PKGBUILD/linux/repos/core-x86_64/src/archlinux-linux/Documentation/sphinx/kerneldoc.py
#   rstFlatTable (1.0) from ~/pkg/PKGBUILD/linux/repos/core-x86_64/src/archlinux-linux/Documentation/sphinx/rstFlatTable.py
#   kernel_include (1.0) from ~/pkg/PKGBUILD/linux/repos/core-x86_64/src/archlinux-linux/Documentation/sphinx/kernel_include.py
#   kfigure (1.0.0) from ~/pkg/PKGBUILD/linux/repos/core-x86_64/src/archlinux-linux/Documentation/sphinx/kfigure.py
#   sphinx.ext.ifconfig (5.0.0) from /usr/lib/python3.10/site-packages/sphinx/ext/ifconfig.py
#   automarkup (unknown version) from ~/pkg/PKGBUILD/linux/repos/core-x86_64/src/archlinux-linux/Documentation/sphinx/automarkup.py
#   maintainers_include (1.0) from ~/pkg/PKGBUILD/linux/repos/core-x86_64/src/archlinux-linux/Documentation/sphinx/maintainers_include.py
#   kernel_abi (1.0) from ~/pkg/PKGBUILD/linux/repos/core-x86_64/src/archlinux-linux/Documentation/sphinx/kernel_abi.py
#   kernel_feat (1.0) from ~/pkg/PKGBUILD/linux/repos/core-x86_64/src/archlinux-linux/Documentation/sphinx/kernel_feat.py
#   sphinx.ext.imgmath (5.0.0) from /usr/lib/python3.10/site-packages/sphinx/ext/imgmath.py
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/sphinx/cmd/build.py", line 276, in build_main
    app.build(args.force_all, filenames)
  File "/usr/lib/python3.10/site-packages/sphinx/application.py", line 329, in build
    self.builder.build_update()
  File "/usr/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 288, in build_update
    self.build(to_build,
  File "/usr/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 352, in build
    self.write(docnames, list(updated_docnames), method)
  File "/usr/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 541, in write
    self._write_parallel(sorted(docnames),
  File "/usr/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 585, in _write_parallel
    doctree = self.env.get_and_resolve_doctree(docname, self)
  File "/usr/lib/python3.10/site-packages/sphinx/environment/__init__.py", line 530, in get_and_resolve_doctree
    self.apply_post_transforms(doctree, docname)
  File "/usr/lib/python3.10/site-packages/sphinx/environment/__init__.py", line 576, in apply_post_transforms
    transformer.apply_transforms()
  File "/usr/lib/python3.10/site-packages/sphinx/transforms/__init__.py", line 80, in apply_transforms
    super().apply_transforms()
  File "/usr/lib/python3.10/site-packages/docutils/transforms/__init__.py", line 171, in apply_transforms
    transform.apply(**kwargs)
  File "/usr/lib/python3.10/site-packages/sphinx/transforms/post_transforms/__init__.py", line 35, in apply
    self.run(**kwargs)
  File "/usr/lib/python3.10/site-packages/sphinx/builders/html/transforms.py", line 44, in run
    parts = self.pattern.split(node[-1].astext())
  File "/usr/lib/python3.10/site-packages/docutils/nodes.py", line 654, in __getitem__
    return self.children[key]
IndexError: list index out of range

OS

Linux RYZEN 5.18.0-arch1-1 x86_64

Python version

Python 3.10.4

Sphinx version

sphinx-build 5.0.0

Sphinx extensions

sphinx-autogen 5.0.0 , sphinx-apidoc 5.0.0 , sphinx-quickstart 5.0.0

Extra tools

gcc (GCC) 12.1.0 , GNU Make 4.3 , ldd (GNU libc) 2.35, git version 2.36.1, GNU bash, version 5.1.16(1)

Additional context

No response

@aaime
Copy link

aaime commented May 31, 2022

Getting the same in a Github Action, started happening yesterday, as the build switched to Sphinx 5:

sphinx:
     [echo] Running sphinx-build -D release=28-SNAPSHOT -q -W --keep-going -j auto -b html -d "/home/runner/work/geotools/geotools/docs/target/developer/doctrees" . "/home/runner/work/geotools/geotools/docs/target/developer/html"
     [exec] 
     [exec] Exception occurred:
     [exec]   File "/opt/hostedtoolcache/Python/3.10.4/x64/lib/python3.10/site-packages/docutils/nodes.py", line 654, in __getitem__
     [exec]     return self.children[key]
     [exec] IndexError: list index out of range
     [exec] The full traceback has been saved in /tmp/sphinx-err-f7bvx8hf.log, if you want to report the issue to the developers.
     [exec] Please also report this if it was a user error, so that a better error message can be provided next time.
     [exec] A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!

@AA-Turner
Copy link
Member

Hi @cyring / @aaime -- is your project the Linux kernel? I can't really reproduce this on Windows.

Can you try deleting as much of the docs as possible before it stops failing for a minimal reproducer? It's likely we'll do a 5.0.1 release as there are a few other bugs.

A

@aaime
Copy link

aaime commented May 31, 2022

@AA-Turner in my case it's the GeoTools documentation.
Unfortunately, I cannot reproduce it on my local machine, it only happens on the Github actions... I've tried for a while but don't know enough about python and its dependency management (or at least, that's why I think I'm not able to reproduce).

But oh... this is the output during the pip-action bit that sets up Sphinx, maybe you can figure out something from this?

/opt/hostedtoolcache/Python/3.10.4/x64/python -m pip install sphinx requests
Collecting sphinx
  Downloading Sphinx-5.0.0-py3-none-any.whl (3.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 76.5 MB/s eta 0:00:00
Collecting requests
  Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.1/63.1 kB 17.5 MB/s eta 0:00:00
Collecting sphinxcontrib-devhelp
  Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 21.7 MB/s eta 0:00:00
Collecting sphinxcontrib-jsmath
  Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
Collecting docutils<0.19,>=0.[14](https://github.com/geotools/geotools/runs/6651466756?check_suite_focus=true#step:7:15)
  Downloading docutils-0.18.1-py2.py3-none-any.whl (570 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.0/570.0 kB 67.7 MB/s eta 0:00:00
Collecting sphinxcontrib-serializinghtml>=1.1.5
  Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.0/94.0 kB 27.4 MB/s eta 0:00:00
Collecting snowballstemmer>=1.1
  Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 26.7 MB/s eta 0:00:00
Collecting sphinxcontrib-htmlhelp>=2.0.0
  Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 kB 30.2 MB/s eta 0:00:00
Collecting packaging
  Downloading packaging-21.3-py3-none-any.whl (40 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 kB 12.6 MB/s eta 0:00:00
Collecting imagesize
  Downloading imagesize-1.3.0-py2.py3-none-any.whl (5.2 kB)
Collecting Pygments>=2.0
  Downloading Pygments-2.12.0-py3-none-any.whl (1.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 80.5 MB/s eta 0:00:00
Collecting babel>=1.3
  Downloading Babel-2.10.1-py3-none-any.whl (9.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 95.4 MB/s eta 0:00:00
Collecting Jinja2>=2.3
  Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 36.5 MB/s eta 0:00:00
Collecting alabaster<0.8,>=0.7
  Downloading alabaster-0.7.12-py2.py3-none-any.whl (14 kB)
Collecting sphinxcontrib-applehelp
  Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.2/121.2 kB 38.8 MB/s eta 0:00:00
Collecting sphinxcontrib-qthelp
  Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 21.1 MB/s eta 0:00:00
Collecting idna<4,>=2.5
  Downloading idna-3.3-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 18.6 MB/s eta 0:00:00
Collecting certifi>=2017.4.17
  Downloading certifi-2022.5.18.1-py3-none-any.whl ([15](https://github.com/geotools/geotools/runs/6651466756?check_suite_focus=true#step:7:16)5 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.2/155.2 kB 39.2 MB/s eta 0:00:00
Collecting urllib3<1.27,>=1.21.1
  Downloading urllib3-1.26.9-py2.py3-none-any.whl (138 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.0/139.0 kB 33.4 MB/s eta 0:00:00
Collecting charset-normalizer~=2.0.0
  Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
Collecting pytz>=2015.7
  Downloading pytz-2022.1-py2.py3-none-any.whl (503 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 503.5/503.5 kB 69.4 MB/s eta 0:00:00
Collecting MarkupSafe>=2.0
  Downloading MarkupSafe-2.1.1-cp310-cp310-manylinux_2_[17](https://github.com/geotools/geotools/runs/6651466756?check_suite_focus=true#step:7:18)_x86_64.manylinux2014_x86_64.whl (25 kB)
Collecting pyparsing!=3.0.5,>=2.0.2
  Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 28.0 MB/s eta 0:00:00
Installing collected packages: snowballstemmer, pytz, alabaster, urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, pyparsing, Pygments, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, requests, packaging, Jinja2, sphinx
Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.1 Pygments-2.12.0 alabaster-0.7.12 babel-2.10.1 certifi-2022.5.[18](https://github.com/geotools/geotools/runs/6651466756?check_suite_focus=true#step:7:19).1 charset-normalizer-2.0.12 docutils-0.18.1 idna-3.3 imagesize-1.3.0 packaging-21.3 pyparsing-3.0.9 pytz-[20](https://github.com/geotools/geotools/runs/6651466756?check_suite_focus=true#step:7:21)[22](https://github.com/geotools/geotools/runs/6651466756?check_suite_focus=true#step:7:23).1 requests-2.27.1 snowballstemmer-2.2.0 sphinx-5.0.0 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 urllib3-1.[26](https://github.com/geotools/geotools/runs/6651466756?check_suite_focus=true#step:7:27).9

@cyring
Copy link
Author

cyring commented May 31, 2022

Hi @cyring / @aaime -- is your project the Linux kernel? I can't really reproduce this on Windows.

Can you try deleting as much of the docs as possible before it stops failing for a minimal reproducer? It's likely we'll do a 5.0.1 release as there are a few other bugs.

A

Hello,

The purpose is to build the latest mainstream Linux kernel.
The working operating system is Linux from the Arch Linux distribution which provides some scripts, named ASP, to build and install the next kernel release: a rolling release.
Among those scripts, is run the kernel html doc which is Sphinx based. That part is failing.

Fyi, I have been doing such kernel build once a week for months/years and this is the first time such issue is encountered.
Be also aware, as rolling release, Arch brings the latest stable software packages and thus Sphinx dependencies, like Python.

Hope it helps, feel free to ask other details.

@AA-Turner
Copy link
Member

@cyring Sphinx should save a full log on failure, please could you upload it here?

A

@AA-Turner
Copy link
Member

I found a minimal reproducer from @aaime's GeoTools documentation (after working out how to read an XML build script!!):

import shutil
from pathlib import Path

from sphinx.cmd.make_mode import run_make_mode


def write(filename, text): Path(filename).write_text(text, encoding="utf-8")

write("conf.py", '''\
''')

write("index.rst", '''\
:kbd:`blah - blah`
''')

shutil.rmtree("_build", ignore_errors=True)
run_make_mode(["html", ".", "_build", "-T", "-W"])

run as reproducer_10495.py. The blah - blah is important -- there must be a hypen and at least one space. @cyring can you check if a similar construct appears in the Linux docs? (:kbd:`[a-z0-9 ]*?( \-| \-| \- )[a-z0-9 ]*?`)

A

@cyring
Copy link
Author

cyring commented May 31, 2022

@cyring Sphinx should save a full log on failure, please could you upload it here?

A

Please find the log below:

# Sphinx version: 5.0.0
# Python version: 3.10.4 (CPython)
# Docutils version: 0.18.1 release
# Jinja2 version: 3.1.2
# Last messages:
#   preparing documents...
#   done
#   writing output... [  1%] PCI/boot-interrupts .. RCU/rcu
#   writing output... [  2%] RCU/rcu_dereference .. admin-guide/acpi/index
#   writing output... [  3%] admin-guide/acpi/initrd_table_override .. admin-guide/cgroup-v1/devices
#   writing output... [  4%] admin-guide/cgroup-v1/freezer-subsystem .. admin-guide/device-mapper/dm-init
#   writing output... [  5%] admin-guide/device-mapper/dm-integrity .. admin-guide/gpio/gpio-aggregator
#   writing output... [  6%] admin-guide/gpio/gpio-mockup .. admin-guide/laptops/lg-laptop
#   writing output... [  7%] admin-guide/laptops/sony-laptop .. admin-guide/media/dvb-usb-af9035-cardlist
#   writing output... [  8%] admin-guide/media/dvb-usb-anysee-cardlist .. admin-guide/media/dvb-usb-zd1301-cardlist
# Loaded extensions:
#   sphinx.ext.mathjax (5.0.0) from /usr/lib/python3.10/site-packages/sphinx/ext/mathjax.py
#   sphinxcontrib.applehelp (1.0.2) from /usr/lib/python3.10/site-packages/sphinxcontrib/applehelp/__init__.py
#   sphinxcontrib.devhelp (1.0.2) from /usr/lib/python3.10/site-packages/sphinxcontrib/devhelp/__init__.py
#   sphinxcontrib.htmlhelp (2.0.0) from /usr/lib/python3.10/site-packages/sphinxcontrib/htmlhelp/__init__.py
#   sphinxcontrib.serializinghtml (1.1.5) from /usr/lib/python3.10/site-packages/sphinxcontrib/serializinghtml/__init__.py
#   sphinxcontrib.qthelp (1.0.3) from /usr/lib/python3.10/site-packages/sphinxcontrib/qthelp/__init__.py
#   alabaster (0.7.12) from /usr/lib/python3.10/site-packages/alabaster/__init__.py
#   kerneldoc (1.0) from ~/pkg/PKGBUILD/linux/repos/core-x86_64/src/archlinux-linux/Documentation/sphinx/kerneldoc.py
#   rstFlatTable (1.0) from ~/pkg/PKGBUILD/linux/repos/core-x86_64/src/archlinux-linux/Documentation/sphinx/rstFlatTable.py
#   kernel_include (1.0) from ~/pkg/PKGBUILD/linux/repos/core-x86_64/src/archlinux-linux/Documentation/sphinx/kernel_include.py
#   kfigure (1.0.0) from ~/pkg/PKGBUILD/linux/repos/core-x86_64/src/archlinux-linux/Documentation/sphinx/kfigure.py
#   sphinx.ext.ifconfig (5.0.0) from /usr/lib/python3.10/site-packages/sphinx/ext/ifconfig.py
#   automarkup (unknown version) from ~/pkg/PKGBUILD/linux/repos/core-x86_64/src/archlinux-linux/Documentation/sphinx/automarkup.py
#   maintainers_include (1.0) from ~/pkg/PKGBUILD/linux/repos/core-x86_64/src/archlinux-linux/Documentation/sphinx/maintainers_include.py
#   kernel_abi (1.0) from ~/pkg/PKGBUILD/linux/repos/core-x86_64/src/archlinux-linux/Documentation/sphinx/kernel_abi.py
#   kernel_feat (1.0) from ~/pkg/PKGBUILD/linux/repos/core-x86_64/src/archlinux-linux/Documentation/sphinx/kernel_feat.py
#   sphinx.ext.imgmath (5.0.0) from /usr/lib/python3.10/site-packages/sphinx/ext/imgmath.py
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/sphinx/cmd/build.py", line 276, in build_main
    app.build(args.force_all, filenames)
  File "/usr/lib/python3.10/site-packages/sphinx/application.py", line 329, in build
    self.builder.build_update()
  File "/usr/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 288, in build_update
    self.build(to_build,
  File "/usr/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 352, in build
    self.write(docnames, list(updated_docnames), method)
  File "/usr/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 541, in write
    self._write_parallel(sorted(docnames),
  File "/usr/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 585, in _write_parallel
    doctree = self.env.get_and_resolve_doctree(docname, self)
  File "/usr/lib/python3.10/site-packages/sphinx/environment/__init__.py", line 530, in get_and_resolve_doctree
    self.apply_post_transforms(doctree, docname)
  File "/usr/lib/python3.10/site-packages/sphinx/environment/__init__.py", line 576, in apply_post_transforms
    transformer.apply_transforms()
  File "/usr/lib/python3.10/site-packages/sphinx/transforms/__init__.py", line 80, in apply_transforms
    super().apply_transforms()
  File "/usr/lib/python3.10/site-packages/docutils/transforms/__init__.py", line 171, in apply_transforms
    transform.apply(**kwargs)
  File "/usr/lib/python3.10/site-packages/sphinx/transforms/post_transforms/__init__.py", line 35, in apply
    self.run(**kwargs)
  File "/usr/lib/python3.10/site-packages/sphinx/builders/html/transforms.py", line 44, in run
    parts = self.pattern.split(node[-1].astext())
  File "/usr/lib/python3.10/site-packages/docutils/nodes.py", line 654, in __getitem__
    return self.children[key]
IndexError: list index out of range

@AA-Turner
Copy link
Member

Thanks @cyring, it seems to be the same :kbd: failure that should be fixed in #10504 -- if you'd be able to test the fix I would really appreciate it.

A

@cyring
Copy link
Author

cyring commented Jun 1, 2022

Thanks @cyring, it seems to be the same :kbd: failure that should be fixed in #10504 -- if you'd be able to test the fix I would really appreciate it.

A

That fix made it successfully.

pacman -Ql python-sphinx | grep transforms.py

python-sphinx /usr/lib/python3.10/site-packages/sphinx/builders/html/transforms.py
python-sphinx /usr/lib/python3.10/site-packages/sphinx/builders/latex/transforms.py

nano -l /usr/lib/python3.10/site-packages/sphinx/builders/html/transforms.py

2022-06-01-022823_706x665_scrot

Here the ArchLinux Maintainers of python-sphinx

@tk0miya tk0miya added the markup label Jun 1, 2022
@tk0miya
Copy link
Member

tk0miya commented Jun 2, 2022

Fixed by #10504. The fixed version will be released soon. Please wait for a moment.
Thank you for reporting

@tk0miya tk0miya closed this as completed Jun 2, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants