Fix too short title underlines/overlines in documentation#2094
Conversation
tatiana
left a comment
There was a problem hiding this comment.
@dnskr Thanks for fixing Sphinx warnings. Your PRs have great description and content.
Similar to the feedback given in:
#2096 (review)
I noticed PR #2095 also solves Sphinx errors. Please, unify these PRs into a single one (I'll close the other PR), giving the PR a generic title (e.g. docs: Fix Sphinx warnings).
If there are any other warnings being raised by Sphix, it would be great to have them fixed as part of this same PR.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2094 +/- ##
=======================================
Coverage 97.81% 97.81%
=======================================
Files 92 92
Lines 5951 5951
=======================================
Hits 5821 5821
Misses 130 130 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Closed in favor of a single PR, as suggested in the review comment. |
## Description This PR consolidates the following PRs that address documentation formatting issues as suggested in the [review](#2096 (review)) provided: - #2094 - #2095 - #2096 - #2097 It also fixes the following issues: ``` ./astronomer-cosmos/docs/getting_started/execution-modes.rst:209: WARNING: Explicit markup ends without a blank line; unexpected unindent. [docutils] ./astronomer-cosmos/docs/getting_started/execution-modes.rst:236: WARNING: Explicit markup ends without a blank line; unexpected unindent. [docutils] ./astronomer-cosmos/docs/getting_started/execution-modes.rst:293: WARNING: Explicit markup ends without a blank line; unexpected unindent. [docutils] ./astronomer-cosmos/docs/getting_started/execution-modes.rst:329: WARNING: Explicit markup ends without a blank line; unexpected unindent. [docutils] ./astronomer-cosmos/docs/getting_started/gcp-cloud-run-job.rst:6: WARNING: Explicit markup ends without a blank line; unexpected unindent. [docutils] ``` ## Breaking Change? No ## Checklist - [ ] I have made corresponding changes to the documentation (if required) - [ ] I have added tests that prove my fix is effective or that my feature works
✅ Deploy Preview for sunny-pastelito-5ecb04 canceled.
|
Description
The PR fixes the following warnings that are printed during documentation building:
Breaking Change?
No
Checklist