Skip to content

Commit

Permalink
adding intersphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
envycontent committed Mar 23, 2015
1 parent 7535a65 commit 02fae43
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@
# ones.
extensions = [
'sphinx.ext.todo',
'sphinxcontrib.httpdomain'
'sphinxcontrib.httpdomain',
'sphinx.ext.intersphinx',
]

intersphinx_mapping = {'widget': ('http://talksox.readthedocs.org/projects/talksox-js-widget/en/latest/', None)}

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
8 changes: 7 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ User Guide
:maxdepth: 2
:glob:

user/*
user/*

****************************
Web Managers and Integrators
****************************

:ref:`Using the Oxford Talks JavaScript Widget <widget:widget-index>`

***********************
Developer Documentation
Expand Down

0 comments on commit 02fae43

Please sign in to comment.