You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #14210 fix build error: inline literal start-string without end-string (jschaedl)
This PR was merged into the master branch.
Discussion
----------
fix build error: inline literal start-string without end-string
This PR fixes the current build error:
> sphinx-build -b html -c . -d ./doctrees -nqW -j auto ../ ./html
> Warning, treated as error:
> /home/runner/work/symfony-docs/symfony-docs/reference/twig_reference.rst:282:Inline literal start-string without end-string.
> make: *** [html] Error 2
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).
-->
Commits
-------
34ff1e3 fix build error: inline literal start-string without end-string
0 commit comments