From 9235f8984daccbb35147e3340ec5bae63f6a5f6c Mon Sep 17 00:00:00 2001 From: arq5x <arq5x@virginia.edu> Date: Sat, 8 Feb 2014 21:27:31 -0500 Subject: [PATCH] add intersphinx support thanks to @jayhesselberth --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3731466b..f5c2ebf9 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2009 - 2013, Aaron R. Quinlan' # built documents. # # The short X.Y version. -version = '2.18.0' +version = '2.19.0' # The full version, including alpha/beta/rc tags. -release = '2.18.0' +release = '2.19.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -223,7 +223,7 @@ man_pages = [ ] # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'http://docs.python.org/': None} +intersphinx_mapping = {'bedtools': ('http://bedtools.readthedocs.org/en/latest/', None)} class Mock(object): def __init__(self, *args, **kwargs): -- GitLab