Re: [PATCH linux-next 1/3] Documentation: accel: escape wildcard in special file path

2023-01-22 Thread Oded Gabbay
On Fri, Jan 20, 2023 at 5:00 PM Jeffrey Hugo wrote: > > On 1/20/2023 5:35 AM, Bagas Sanjaya wrote: > > Stephen Rothwell reported htmldocs warning then merging accel tree: > > > > Documentation/accel/introduction.rst:72: WARNING: Inline emphasis > > start-string without end-string. > > > > Sphinx

Re: [PATCH linux-next 1/3] Documentation: accel: escape wildcard in special file path

2023-01-20 Thread Jeffrey Hugo
On 1/20/2023 5:35 AM, Bagas Sanjaya wrote: Stephen Rothwell reported htmldocs warning then merging accel tree: Documentation/accel/introduction.rst:72: WARNING: Inline emphasis start-string without end-string. Sphinx confuses the file wildcards with inline emphasis (italics), hence the warning

[PATCH linux-next 1/3] Documentation: accel: escape wildcard in special file path

2023-01-20 Thread Bagas Sanjaya
Stephen Rothwell reported htmldocs warning then merging accel tree: Documentation/accel/introduction.rst:72: WARNING: Inline emphasis start-string without end-string. Sphinx confuses the file wildcards with inline emphasis (italics), hence the warning. Fix the warning by escaping wildcards. Li