Browse Source

requirements: Update to Sphinx 4.4.0, RTD theme 1.0.0, notfound 0.8

Needed to support Python 3.10.
Rémi Verschelde 3 years ago
parent
commit
0123b98f1c
1 changed files with 3 additions and 4 deletions
  1. 3 4
      requirements.txt

+ 3 - 4
requirements.txt

@@ -3,15 +3,14 @@
 # Sync with readthedocs:
 # Sync with readthedocs:
 # https://github.com/readthedocs/readthedocs.org/blob/master/requirements/pip.txt
 # https://github.com/readthedocs/readthedocs.org/blob/master/requirements/pip.txt
 # https://github.com/readthedocs/readthedocs.org/blob/master/requirements/docs.txt
 # https://github.com/readthedocs/readthedocs.org/blob/master/requirements/docs.txt
-sphinx==4.0.2
-sphinx_rtd_theme==0.5.2
-docutils<0.18
+sphinx==4.4.0
+sphinx_rtd_theme==1.0.0
 
 
 # Code tabs extension for GDScript/C#
 # Code tabs extension for GDScript/C#
 sphinx-tabs==3.2.0
 sphinx-tabs==3.2.0
 
 
 # Custom 404 error page (more useful than the default)
 # Custom 404 error page (more useful than the default)
-sphinx-notfound-page==0.7.1
+sphinx-notfound-page==0.8
 
 
 # Adds Open Graph tags in the HTML `<head>` tag
 # Adds Open Graph tags in the HTML `<head>` tag
 sphinxext-opengraph==0.6.1
 sphinxext-opengraph==0.6.1