Skip to content

Commit

Permalink
Restore numpydoc-like parameter lists (scverse#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Jul 7, 2023
1 parent 8a70915 commit e67a06b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@
'matplotlib.sphinxext.plot_directive',
'sphinx_autodoc_typehints', # needs to be after napoleon
'scanpydoc.autosummary_generate_imported',
"sphinx_design",
"sphinxext.opengraph",
'scanpydoc.definition_list_typed_field',
'sphinx_design',
'sphinxext.opengraph',
*[p.stem for p in (HERE / 'extensions').glob('*.py')],
]

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ test-full = [
]
doc = [
"sphinx>=4.4,<5", # remove upper bound when theme supports dark mode
"scanpydoc[typehints]>=0.7.7",
"scanpydoc>=0.7.11",
"sphinx-autodoc-typehints",
"myst-parser",
"myst-nb",
"sphinx-book-theme",
Expand Down

0 comments on commit e67a06b

Please sign in to comment.