Signed-off-by: Cleber Rosa <[email protected]>
---
documentation/source/conf.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/documentation/source/conf.py b/documentation/source/conf.py
index 23611e8..ed20b46 100644
--- a/documentation/source/conf.py
+++ b/documentation/source/conf.py
@@ -47,4 +47,8 @@ epub_publisher = u'Autotest Team'
epub_copyright = u'2013, Autotest Team'
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
+intersphinx_mapping = {
+ 'python': ('http://docs.python.org/', None),
+ 'django': ('http://docs.djangoproject.com/en/dev/',
+ 'http://docs.djangoproject.com/en/dev/_objects/')
+ }
--
1.7.11.7
_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel