Skip to content

Commit

Permalink
build: Add docs.openedx.org glossary to XBlock Tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Nov 3, 2023
1 parent 4d89e83 commit cd6ce49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
}
2 changes: 1 addition & 1 deletion docs/xblock-tutorial/glossary.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.. include:: ../../shared/glossary/glossary.rst
:doc:`glossary`

0 comments on commit cd6ce49

Please sign in to comment.