From 02302bbd9363facb59c4df2c1f4013087702cfa6 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Tue, 31 May 2022 15:36:40 -0700 Subject: Improve docstrings for sphinx. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index ef2a272..e42cc77 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,6 +13,7 @@ import os import sys +sys.path.insert(0, os.path.abspath('/home/scott/lib/python_modules')) sys.path.insert(0, os.path.abspath('../..')) sys.path.insert(0, os.path.abspath('../../cached')) sys.path.insert(0, os.path.abspath('../../collect')) -- cgit v1.3