php / php-src

The PHP Interpreter
https://www.php.net
Other
38.29k stars 7.76k forks source link

Fix rST markup in the documentation about stubs #16888

Open stof opened 4 days ago

stof commented 4 days ago

maybe your CI should run sphinx-lint in addition to rstfmt. I'm quite sure sphinx-lint would have reported the broken literal markup at least.

cmb69 commented 4 days ago

Thank you for the PR!

maybe your CI should run sphinx-lint in addition to rstfmt.

That is probably a good idea. At least it should be incorporated in the makefile (see #16743).