Skip to content

Conversation

@bneradt
Copy link
Contributor

@bneradt bneradt commented Jun 6, 2024

This fixes all docs Sphinx warnings and turns on the -W flag to sphinx so that the build will fail if any warnings get introduced in the future.

Many of these changes involve transitioning many of the domains from :c: to :cpp:. Note there are still uses for the :c: domain since some directives we use are only supported there, such as our macros. But many functions and enumerations that used to be c are now cpp.

(cherry picked from commit 188a128)

Conflicts:
doc/developer-guide/api/functions/TSContScheduleEveryOnThread.en.rst


This is a 10.0.x cherry-pick of the master PR:
#11419

This fixes all docs Sphinx warnings and turns on the `-W` flag to sphinx
so that the build will fail if any warnings get introduced in the
future.

Many of these changes involve transitioning many of the domains from :c:
to :cpp:. Note there are still uses for the :c: domain since some
directives we use are only supported there, such as our macros. But many
functions and enumerations that used to be c are now cpp.

(cherry picked from commit 188a128)

Conflicts:
      doc/developer-guide/api/functions/TSContScheduleEveryOnThread.en.rst
@bneradt bneradt requested a review from cmcfarlen June 6, 2024 17:47
@bneradt bneradt self-assigned this Jun 6, 2024
@bneradt bneradt merged commit 09399c0 into apache:10.0.x Jun 6, 2024
@bneradt bneradt deleted the cherry_pick_fix_docs_warnings branch June 6, 2024 19:47
@cmcfarlen cmcfarlen added this to the 10.0.0 milestone Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: picked-10.0.0

Development

Successfully merging this pull request may close these issues.

2 participants