Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: eliminate misc sphinx warnings... #6929

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

vwheeler63
Copy link
Contributor

...and miscellaneous doc fixes/oversights from past updates.

  • Sphinx issues warnings/errors when section heading underlines are not long enough or uses a character that does not fit the document structure already established.
  • The .. code-block:: updates are for correct syntax coloring. Just plain .. code:: sometimes does not do syntax coloring correctly.
  • Also fixed are a few urecognized interpreted-text prefixes, e.g. :refr: is misspelled and must be :ref: or sphinx doesn't know what to do with it.

Notes

...and miscellaneous doc fixes/oversights from past updates.

- Sphinx issues warnings/errors when section heading underlines
  are not long enough or uses a character that does not fit the
  document structure already established.
- The .. code-block:: <lang> updates are for correct syntax coloring.
  Just plain .. code:: sometimes does not do syntax coloring correctly.
- Also fixed are a few urecognized interpreted-text prefixes, e.g.
  :refr: is misspelled and must be :ref: or sphinx doesn't know what
  to do with it.
Copy link
Member

@kisvegabor kisvegabor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, god, thank you so much!

@kisvegabor kisvegabor added the 👀 Review needed Anyone can review a PR label Sep 25, 2024
docs/overview/fs.rst Show resolved Hide resolved
@liamHowatt liamHowatt merged commit 0d96816 into lvgl:master Sep 26, 2024
21 checks passed
@vwheeler63 vwheeler63 deleted the fix/misc_sphinx_warnings branch September 30, 2024 13:28
rodb70 pushed a commit to rodb70/lvgl that referenced this pull request Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👀 Review needed Anyone can review a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants