Skip to content

Commit d410ace

Browse files
authored
Merge pull request #7436 from bitsawer/update_pygments
2 parents 0f37d41 + b3db4c1 commit d410ace

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/readthedocs/readthedocs.org/blob/master/requirements/docs.txt
44

55
# Base dependencies
6-
pygments==2.14.0
6+
pygments==2.15.1
77

88
# Sphinx base and RTD theme.
99
sphinx==4.4.0

tutorials/shaders/shader_reference/shader_preprocessor.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ anywhere within the shader (including in uniform hints).
6161
``#define`` can also be used to insert arbitrary shader code at any location,
6262
while constants can't do that.
6363

64-
.. FIXME: An upstream bug (https://github.com/pygments/pygments/pull/2350), fixed but not published yet.
65-
.. code-block:: none
64+
.. code-block:: glsl
6665
6766
shader_type spatial;
6867

tutorials/shaders/shaders_style_guide.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,7 @@ the console, extra indentation should **not** be added within ``#if``,
346346
347347
**Bad**:
348348

349-
.. FIXME: An upstream bug in Pygment related to #ifdef.
350-
.. code-block:: none
349+
.. code-block:: glsl
351350
352351
#define heightmap_enabled
353352

0 commit comments

Comments
 (0)