CLIMATE-931 Documentation build error - missing module
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/73765a3e Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/73765a3e Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/73765a3e Branch: refs/heads/master Commit: 73765a3e99852e67d0f9cd61a06d30221478459e Parents: 28c9239 Author: Lewis John McGibbney <lewis.mcgibb...@gmail.com> Authored: Tue Oct 31 14:33:06 2017 -0700 Committer: Lewis John McGibbney <lewis.mcgibb...@gmail.com> Committed: Tue Oct 31 14:33:06 2017 -0700 ---------------------------------------------------------------------- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/73765a3e/docs/source/conf.py ---------------------------------------------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index 3c3ccb2..f9eaafc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -37,7 +37,7 @@ extensions = [ '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 @@ master_doc = 'index' # 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