diff --git a/docs/conf.py b/docs/conf.py index dded9aff4..09f035468 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,6 +15,7 @@ # specific language governing permissions and limitations # under the License. +import inspect import os import re import subprocess @@ -22,6 +23,7 @@ # required to get reference documentation to be built sys.path.insert(0, os.path.abspath("..")) +REPO_ROOT = os.path.abspath("..") apache_footer = """