Skip to content

Commit bc7ed24

Browse files
tchaikovBouncheck
authored andcommitted
docs: suppress warning from autosectionlabel
to silence the warning from sphinx, as we have two "Dropwizard Metrics" sections in manual/core/metrics/index.md: ``` /home/kefu/dev/scylla-java-driver/docs/_source/manual/core/metrics/index.md:291: WARNING: duplicate label manual/core/metrics/index:dropwizard metrics, other instance in /home/kefu/dev/scyll a-java-driver/docs/_source/manual/core/metrics/index.md ``` and the warning breaks the "make test". so let's suppress the warning at this moment. Signed-off-by: Kefu Chai <[email protected]>
1 parent 7e4e271 commit bc7ed24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
'scylla-4.14.1.x',
101101
'scylla-4.15.0.x',
102102
]
103-
suppress_warnings = ["ref.any", "myst.header","myst.xref_missing"]
103+
suppress_warnings = ["ref.any", "myst.header","myst.xref_missing","autosectionlabel"]
104104

105105
# -- Options for multiversion extension
106106

0 commit comments

Comments
 (0)