Skip to content

Commit 64a6069

Browse files
committed
Pin additional build requirements to avoid syntax highlighting issues
1 parent 93b6e09 commit 64a6069

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

requirements.txt

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
# Base dependencies
2-
31
# Sync with readthedocs:
42
# https://github.com/readthedocs/readthedocs.org/blob/master/requirements/pip.txt
53
# https://github.com/readthedocs/readthedocs.org/blob/master/requirements/docs.txt
4+
5+
# Base dependencies
6+
pygments==2.14.0
7+
8+
# Sphinx base and RTD theme.
69
sphinx==4.4.0
710
sphinx_rtd_theme==1.1.1
811

9-
# Code tabs extension for GDScript/C#
10-
sphinx-tabs==3.4.0
12+
# Sphinx extensions.
1113

12-
# Custom 404 error page (more useful than the default)
14+
# Code tabs extension to display codeblocks in different languages as tabs.
15+
sphinx-tabs==3.4.0
16+
# Custom 404 error page (more useful than the default).
1317
sphinx-notfound-page==0.8.3
14-
15-
# Adds Open Graph tags in the HTML `<head>` tag
18+
# Adds Open Graph tags in the HTML `<head>` tag.
1619
sphinxext-opengraph==0.7.5

tutorials/plugins/editor/inspector_plugins.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ followed by ``set_bottom_editor()`` to position it below the name.
243243
func refresh_control_text():
244244
property_control.text = "Value: " + str(current_value)
245245

246-
.. code-tab:: none C#
246+
.. code-tab:: csharp
247247

248248
// RandomIntEditor.cs
249249
#if TOOLS

0 commit comments

Comments
 (0)