CIMATE-917 Bocumentation build error with Python3
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/64c2a55f Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/64c2a55f Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/64c2a55f Branch: refs/heads/master Commit: 64c2a55f9b53622e46bb524934a870f928c6ae92 Parents: bc1cd24 Author: Michael Anderson <michaelanderson@Michaels-iMac.local> Authored: Sun Jan 7 19:32:25 2018 -0500 Committer: Michael Anderson <michaelanderson@Michaels-iMac.local> Committed: Sun Jan 7 19:32:25 2018 -0500 ---------------------------------------------------------------------- docs/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/64c2a55f/docs/source/conf.py ---------------------------------------------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index b0b511c..5e101e9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,6 +14,8 @@ import sys import os +autodoc_mock_imports = ["esgf"] + # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here.