mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
asciidoc: Add fix for Python 3.12
This commit is contained in:
parent
51b3a00919
commit
9ef2bd487f
@ -83,6 +83,16 @@
|
||||
<sect3 role="installation">
|
||||
<title>Installation of Asciidoc</title>
|
||||
|
||||
<!-- https://github.com/asciidoc-py/asciidoc-py/pull/267 -->
|
||||
<para>
|
||||
Fix an issue causing thouands lines of
|
||||
<quote><computeroutput>invalid escape sequence</computeroutput></quote>
|
||||
warnings outputted when generating the documentation of some
|
||||
packages with Asciidoc and Python 3.12 or later:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed "/self.separator =/s/'/r'/" -i asciidoc/asciidoc.py</userinput></screen>
|
||||
|
||||
<para>
|
||||
Build the module:
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user