Skip to content

Commit cdd2649

Browse files
fix: usr: Fix "Could not lex literal_block as "python3". Highlighting skipped." warning in Sphinx > 2.0.1.
1 parent 46e5e66 commit cdd2649

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/autoapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
__author__ = 'KuraLabs S.R.L'
2121
__email__ = '[email protected]'
22-
__version__ = '2.0.0'
22+
__version__ = '2.0.1'
2323

2424
__all__ = ['APINode']

lib/autoapi/templates/autoapi/module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Variables
103103
.. autodata:: {{ item }}
104104
:annotation:
105105

106-
.. code-block:: python3
106+
.. code-block:: text
107107
108108
{{ obj|pprint|indent(6) }}
109109
{##}

0 commit comments

Comments
 (0)