We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6973950 commit b4bd4a4Copy full SHA for b4bd4a4
docs/documenteer.toml
@@ -9,9 +9,17 @@ package = "sasquatchbackpack"
9
rst_epilog_file = "_rst_epilog.rst"
10
disable_primary_sidebars = ["index", "changelog"]
11
extensions = ['sphinx_click']
12
-nitpick_ignore = [["py:class", "faststream.kafka.KafkaBroker"]]
+nitpick_ignore = [
13
+ [
14
+ "py:class",
15
+ "faststream.kafka.KafkaBroker",
16
+ ],
17
18
19
+ "dataclasses_avroschema.pydantic.main.AvroBaseModel",
20
21
+]
22
23
[sphinx.intersphinx.projects]
-dataclasses-avroschema = "https://marcosschroh.github.io/dataclasses-avroschema/"
24
safir = "https://safir.lsst.io"
25
python = "https://docs.python.org/3/"
0 commit comments