2
0
Эх сурвалжийг харах

Remove currently unused intersphinx extension

Might be useful again when we start having localized docs though.
Rémi Verschelde 9 жил өмнө
parent
commit
134932fb51
1 өөрчлөгдсөн 1 нэмэгдсэн , 6 устгасан
  1. 1 6
      conf.py

+ 1 - 6
conf.py

@@ -11,7 +11,7 @@ needs_sphinx = '1.3'
 
 
 # Sphinx extension module names and templates location
 # Sphinx extension module names and templates location
 sys.path.append(os.path.abspath('extensions'))
 sys.path.append(os.path.abspath('extensions'))
-extensions = ['sphinx.ext.intersphinx', 'gdscript']
+extensions = ['gdscript']
 templates_path = ['_templates']
 templates_path = ['_templates']
 
 
 # You can specify multiple suffix as a list of string: ['.rst', '.md']
 # You can specify multiple suffix as a list of string: ['.rst', '.md']
@@ -44,11 +44,6 @@ lexers['gdscript'] = GDScriptLexer()
 pygments_style = 'sphinx'
 pygments_style = 'sphinx'
 highlight_language = 'gdscript'
 highlight_language = 'gdscript'
 
 
-# intersphinx configuration
-intersphinx_mapping = {
-  'english': ('http://docs.godotengine.org/en/latest/', None),
-}
-
 # -- Options for HTML output ----------------------------------------------
 # -- Options for HTML output ----------------------------------------------
 
 
 # on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
 # on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org