Skip to content

Commit

Permalink
get build working
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaneve committed Jul 18, 2023
1 parent 44e1fb5 commit e132f97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
13 changes: 0 additions & 13 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
# "autoapi.extension",
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx_tabs.tabs",
]

add_module_names = False
Expand All @@ -48,16 +47,4 @@
"image_dark": "cosmos-icon.svg",
},
"footer_start": ["copyright"],
"show_nav_level": 2,
}


# def skip_logger_objects(app, what, name, obj, skip, options):
# if "logger" in name:
# skip = True

# return skip


# def setup(sphinx):
# sphinx.connect("autoapi-skip-member", skip_logger_objects)
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ docs =[
"sphinx",
"pydata-sphinx-theme",
"sphinx-autobuild",
"sphinx-tabs",
"sphinx-autoapi"
]
tests = [
Expand Down Expand Up @@ -177,7 +176,6 @@ dependencies = [
"sphinx",
"pydata-sphinx-theme",
"sphinx-autobuild",
"sphinx-tabs",
"sphinx-autoapi",
]

Expand Down

0 comments on commit e132f97

Please sign in to comment.