From 2bc7bcf3aa1e2e2b3028487236ac3eb00c2003a8 Mon Sep 17 00:00:00 2001 From: David Minton Date: Tue, 19 Dec 2023 18:08:34 -0500 Subject: [PATCH] More restructuring and fixing problems with the RTD build --- docs/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index df107bd03..357448ffe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,9 +7,8 @@ import sphinx_autosummary_accessors from sphinx.application import Sphinx from sphinx.util import logging -import os -import swiftest +sys.path.insert(0, os.path.abspath('../..')) autodoc_mock_imports = ['swiftest']