Skip to content
Snippets Groups Projects
Unverified Commit d40ba425 authored by James Briggs's avatar James Briggs
Browse files

fix: testing auto

parent 147371d2
Branches
Tags
No related merge requests found
from typing import List from typing import List
import os
import sys
sys.path.insert(0, os.path.abspath('../..')) # Source code dir relative to this file
# Configuration file for the Sphinx documentation builder. # Configuration file for the Sphinx documentation builder.
# #
...@@ -21,7 +24,7 @@ extensions = ["sphinx.ext.autodoc", "sphinx.ext.autosummary", "sphinxawesome_the ...@@ -21,7 +24,7 @@ extensions = ["sphinx.ext.autodoc", "sphinx.ext.autosummary", "sphinxawesome_the
templates_path = ["_templates"] templates_path = ["_templates"]
exclude_patterns: List[str] = [] exclude_patterns: List[str] = []
autosummary_generate = True autosummary_generate = True
numpydoc_show_class_members = False numpydoc_show_class_members = True
# -- Options for HTML output ------------------------------------------------- # -- Options for HTML output -------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment