Skip to content

Commit

Permalink
remove apischema sphinx plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 14, 2023
1 parent 72188cf commit 69d050e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@
"sphinx_copybutton",
# For the card element
"sphinx_design",
# for pydantic
"sphinx_autodoc_typehints",
]

# If true, Sphinx will warn about all references where the target cannot
# be found.
nitpicky = True
nitpicky = False

# A list of (type, target) tuples (by default empty) that should be ignored when
# generating warnings in "nitpicky mode". Note that type should include the
Expand All @@ -65,7 +67,7 @@
("py:class", "'object'"),
("py:class", "'id'"),
("py:class", "typing_extensions.Literal"),
[("py:class", "type")],
("py:class", "type"),
]

# Both the class’ and the __init__ method’s docstring are concatenated and
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ dev = [
"pydata-sphinx-theme>=0.12",
"pytest",
"pytest-cov",
"sphinx_apischema",
"sphinx-autobuild",
"sphinx-copybutton",
"sphinx-design",
Expand Down

0 comments on commit 69d050e

Please sign in to comment.