Skip to content

Commit

Permalink
use sphinx autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgayoso committed Mar 3, 2023
1 parent 1598039 commit a30ee7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"sphinx.ext.autosummary",
"sphinx.ext.napoleon",
"sphinxcontrib.bibtex",
"sphinx_autodoc_typehints",
"sphinx.ext.mathjax",
"sphinx.ext.extlinks",
*[p.stem for p in (HERE / "extensions").glob("*.py")],
Expand All @@ -61,6 +60,7 @@
autosummary_generate = True
autodoc_member_order = "bysource"
default_role = "literal"
autodoc_typehints = "description"
bibtex_reference_style = "author_year"
napoleon_google_docstring = True
napoleon_numpy_docstring = True
Expand All @@ -79,7 +79,6 @@
nb_output_stderr = "remove"
nb_execution_mode = "off"
nb_merge_streams = True
typehints_defaults = "braces"

source_suffix = {
".rst": "restructuredtext",
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ docs = [
"ipython",
"myst-nb",
"sphinx-book-theme",
"sphinx-autodoc-typehints",
"sphinx-copybutton",
"sphinxcontrib-bibtex",
"ipykernel",
Expand Down

0 comments on commit a30ee7a

Please sign in to comment.