Skip to content

Commit b4bd4a4

Browse files
committed
f
1 parent 6973950 commit b4bd4a4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/documenteer.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,17 @@ package = "sasquatchbackpack"
99
rst_epilog_file = "_rst_epilog.rst"
1010
disable_primary_sidebars = ["index", "changelog"]
1111
extensions = ['sphinx_click']
12-
nitpick_ignore = [["py:class", "faststream.kafka.KafkaBroker"]]
12+
nitpick_ignore = [
13+
[
14+
"py:class",
15+
"faststream.kafka.KafkaBroker",
16+
],
17+
[
18+
"py:class",
19+
"dataclasses_avroschema.pydantic.main.AvroBaseModel",
20+
],
21+
]
1322

1423
[sphinx.intersphinx.projects]
15-
dataclasses-avroschema = "https://marcosschroh.github.io/dataclasses-avroschema/"
1624
safir = "https://safir.lsst.io"
1725
python = "https://docs.python.org/3/"

0 commit comments

Comments
 (0)