Skip to content

Commit 8f8acb1

Browse files
mvanhornclaude
andcommitted
fix(confluent-kafka): fix malformed RST in instrumentation docs
Add missing `:end-before: References` directive and `API` section header to confluent_kafka docs, matching the pattern used by aiokafka and kafka_python instrumentation docs. Without `:end-before:`, the raw References URLs were rendered inline in the docs page. The missing API header left the automodule section unlabeled. Fixes #3061 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 822cd77 commit 8f8acb1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/instrumentation/confluent_kafka/confluent_kafka.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
.. include:: ../../../instrumentation/opentelemetry-instrumentation-confluent-kafka/README.rst
2+
:end-before: References
3+
4+
API
5+
---
26

37
.. automodule:: opentelemetry.instrumentation.confluent_kafka
48
:members:
59
:undoc-members:
610
:show-inheritance:
7-
:noindex:

0 commit comments

Comments
 (0)