From 507a384e01844ba1115a51372478aa58513bbc2b Mon Sep 17 00:00:00 2001 From: Brian Mesick Date: Wed, 10 Apr 2024 15:48:40 -0400 Subject: [PATCH] chore: Attempting to fix Sphinx autodoc --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 483e07f..f26b03b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,7 @@ def get_version(*file_paths): import os import sys sys.path.insert(0, os.path.abspath('..')) -sys.path.insert(0, os.path.abspath('../platform_plugin_aspects')) +sys.path.insert(0, os.path.abspath('../platform_plugin_aspects/tests')) # -- General configuration ------------------------------------------------ @@ -64,7 +64,7 @@ def get_version(*file_paths): # ones. extensions = [ # "sphinx.ext.autodoc", - "sphinx.ext.doctest", + # "sphinx.ext.doctest", "sphinx.ext.intersphinx", "sphinx.ext.ifconfig", "sphinx.ext.napoleon",