Skip to content

Commit eac734a

Browse files
[libc][docs] Fix libc docs build post #129138 (#130184)
The docs build action was failing with libc due to checks.rst not existing in the expected path. This patch adjusts the path to the actual path which seems to make everything happy. It seems like this did not show up before as stdfix.rst was not included in a place that actually caused it to get picked up by sphinx.
1 parent 27c788d commit eac734a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/docs/headers/stdfix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
StdFix Functions
33
================
44

5-
.. include:: ../../check.rst
5+
.. include:: ../check.rst
66

77
Standards and Goals
88
-------------------

0 commit comments

Comments
 (0)