Skip to content

Commit

Permalink
(fix): try sphinx protocol doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Jul 8, 2024
1 parent fbe44f0 commit 8c1f01d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"sphinx.ext.linkcode",
"nbsphinx",
"IPython.sphinxext.ipython_console_highlighting",
"sphinx_toolbox.more_autodoc.autoprotocol",
]
myst_enable_extensions = [
"html_image", # So README.md can be used on github and sphinx docs
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ doc = [
"sphinx-autodoc-typehints>=1.11.0",
"sphinx-issues",
"sphinx-copybutton",
"sphinx-toolbox",
"sphinxext.opengraph",
"nbsphinx",
"scanpydoc[theme,typehints] >=0.13.4",
Expand Down Expand Up @@ -184,9 +185,6 @@ ignore = [
[tool.ruff.lint.isort]
known-first-party = ["anndata"]
required-imports = ["from __future__ import annotations"]
[tool.ruff.lint.flake8-type-checking]

This comment has been minimized.

Copy link
@flying-sheep

flying-sheep Jul 9, 2024

Member

???

exempt-modules = []
strict = true

[tool.codespell]
skip = ".git,*.pdf,*.svg"
Expand Down

0 comments on commit 8c1f01d

Please sign in to comment.