Update 'content/conf.py'
This commit is contained in:
parent
ebca99bca5
commit
c7ccb62334
|
@ -27,7 +27,8 @@
|
|||
# Add any Sphinx extension module names here, as strings. They can be
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# ones.
|
||||
extensions = []
|
||||
extensions = ['sphinx.ext.intersphinx',]
|
||||
intersphinx_mapping = ['sphinx': (https://git.door43.org/unfoldingWord/en_uhg/, None)]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
|
Loading…
Reference in New Issue