Skip to content

fix(docs): fix Sphinx build warnings across documentation#80

Open
rederik76 wants to merge 2 commits into
mainfrom
fix/docs-sphinx-warnings
Open

fix(docs): fix Sphinx build warnings across documentation#80
rederik76 wants to merge 2 commits into
mainfrom
fix/docs-sphinx-warnings

Conversation

@rederik76
Copy link
Copy Markdown
Collaborator

  • Add autosectionlabel_prefix_document = True to eliminate ~80 duplicate label warnings
  • Fix broken :doc: and :ref: cross-references (Groups 4 & 5)
  • Fix code-block language directives causing lexer failures (Group 6)
  • Fix all "Title underline too short" warnings across 27 files
  • Remove stale toctree entries and deduplicate files in multiple toctrees (Groups 1 & 3)
  • Fix CRITICAL unexpected section title in feature_framework_configuration.rst
  • Add patterns_streaming_flow_groups to toctree (Group 2)
  • Remove deploy_enterprise.rst (empty orphan)

- Add autosectionlabel_prefix_document = True to eliminate ~80 duplicate label warnings
- Fix broken :doc: and :ref: cross-references (Groups 4 & 5)
- Fix code-block language directives causing lexer failures (Group 6)
- Fix all "Title underline too short" warnings across 27 files
- Remove stale toctree entries and deduplicate files in multiple toctrees (Groups 1 & 3)
- Fix CRITICAL unexpected section title in feature_framework_configuration.rst
- Add patterns_streaming_flow_groups to toctree (Group 2)
- Remove deploy_enterprise.rst (empty orphan)
@rederik76 rederik76 linked an issue May 19, 2026 that may be closed by this pull request
1 task
@rederik76 rederik76 self-assigned this May 19, 2026
- Fix 3 undefined label refs broken by autosectionlabel_prefix_document
- Fix 2 unclosed inline markup literals
- Fix 10 missing blank lines (line blocks, enumerated lists, explicit markup)
- Fix emphasize-lines out-of-range in build_pipeline_bundle_steps.rst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Fix remaining Sphinx documentation build warnings

1 participant