File tree 2 files changed +11
-8
lines changed
2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
- # Base dependencies
2
-
3
1
# Sync with readthedocs:
4
2
# https://github.com/readthedocs/readthedocs.org/blob/master/requirements/pip.txt
5
3
# 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.
6
9
sphinx == 4.4.0
7
10
sphinx_rtd_theme == 1.1.1
8
11
9
- # Code tabs extension for GDScript/C#
10
- sphinx-tabs == 3.4.0
12
+ # Sphinx extensions.
11
13
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).
13
17
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.
16
19
sphinxext-opengraph == 0.7.5
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ followed by ``set_bottom_editor()`` to position it below the name.
243
243
func refresh_control_text():
244
244
property_control.text = "Value: " + str(current_value)
245
245
246
- .. code-tab :: none C#
246
+ .. code-tab :: csharp
247
247
248
248
// RandomIntEditor.cs
249
249
#if TOOLS
You can’t perform that action at this time.
0 commit comments