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",