diff --git a/docs/conf.py b/docs/conf.py --- a/docs/conf.py +++ b/docs/conf.py @@ -223,7 +223,3 @@ man_pages = [ ('index', 'kallithea', 'Kallithea Documentation', ['Kallithea Developers'], 1) ] - - -# Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'http://docs.python.org/': None}