Update 'content/conf.py'

This commit is contained in:
Joel D. Ruark 2021-08-13 18:06:56 +00:00
parent ebca99bca5
commit c7ccb62334
1 changed files with 2 additions and 1 deletions

View File

@ -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']