From 73765a3e99852e67d0f9cd61a06d30221478459e Mon Sep 17 00:00:00 2001 From: Lewis John McGibbney Date: Tue, 31 Oct 2017 14:33:06 -0700 Subject: [PATCH] CLIMATE-931 Documentation build error - missing module --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3c3ccb25..f9eaafcb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -37,7 +37,7 @@ 'sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.ifconfig', - 'sphinxcontrib.autohttp.bottle', + 'sphinxcontrib.httpdomain', ] # Add any paths that contain templates here, relative to this directory. @@ -54,7 +54,7 @@ # General information about the project. project = u'Apache Open Climate Workbench' -copyright = u'2016, Apache Software Foundation' +copyright = u'2017, Apache Software Foundation' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the