Browse Source

Merge pull request #4995 from godotengine/dependabot/pip/sphinx-tabs-3.1.0

Bump sphinx-tabs from 1.3.0 to 3.1.0
Max Hilbrunner 4 years ago
parent
commit
b4b81f5765
1 changed files with 1 additions and 1 deletions
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -8,7 +8,7 @@ sphinx_rtd_theme==0.5.2
 
 # Code tabs extension for GDScript/C#
 # Stay on 1.3.0 until https://github.com/readthedocs/readthedocs-sphinx-search/issues/82 is fixed.
-sphinx-tabs==1.3.0  # pyup: ignore
+sphinx-tabs==3.1.0  # pyup: ignore
 
 # Custom 404 error page (more useful than the default)
 sphinx-notfound-page==0.7.1