From 130fe397a47b0c245e0cad9a7b66f010c64ccfa8 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 25 Nov 2019 08:47:43 +0100 Subject: [PATCH] Add forgotten import. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ec70f43..345c9f5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ # import os # import sys # sys.path.insert(0, os.path.abspath(".")) - +from pkg_resources import get_distribution # -- Project information -----------------------------------------------------