Skip to content

Commit

Permalink
Disable autoapi.
Browse files Browse the repository at this point in the history
  • Loading branch information
emunozdc authored and emunozdc committed Jun 20, 2024
1 parent c35c98e commit 0d07345
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@


extensions = [
#"sphinx.ext.autodoc",
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinx_rtd_theme",
"autoapi.extension",
]
autosummary_generate = True # Enable summary table generation

# AutoAPI settings
# autoapi_type = "python"
# autoapi_dirs = ["../src/pyranges_plot"] # Adjust the path as necessary
# autoapi_generate_api_docs = True
autoapi_type = "python"
autoapi_dirs = ["../src/pyranges_plot"] # Adjust the path as necessary
autoapi_generate_api_docs = False

autodoc_default_options = {
"members": True,
Expand Down

0 comments on commit 0d07345

Please sign in to comment.