Skip to content

Commit

Permalink
chore: Attempting to fix Sphinx autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Apr 10, 2024
1 parent acd653b commit 507a384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ------------------------------------------------

Expand All @@ -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",
Expand Down

0 comments on commit 507a384

Please sign in to comment.