diff --git a/docs/conf.py b/docs/conf.py index da258fa25..0131cbafb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -264,6 +264,12 @@ exclude_patterns = ['api/*', 'links.rst'] +# Intersphinx Extension Configuration + intersphinx_mapping = { 'python': ('https://docs.python.org/3', None), + "glossary": ( + f"https://docs.openedx.org/en/latest/developers/references/developer_guide/glossary.html", + None, + ), } diff --git a/docs/xblock-tutorial/glossary.rst b/docs/xblock-tutorial/glossary.rst index 2cf48c018..b0ddb1567 100644 --- a/docs/xblock-tutorial/glossary.rst +++ b/docs/xblock-tutorial/glossary.rst @@ -1 +1 @@ -.. include:: ../../shared/glossary/glossary.rst \ No newline at end of file +:doc:`glossary`