-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Re-merge Varnish 4.0 docs after server fix #4415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The module has been updated a while ago but apparently that's not enough. |
@fabpot Hmm, I took a screenshot of the failure when it all happened, just in case it was helpful: #4280 (comment). It is the varnish4 thing, that's about all I know. |
Looks like there is an issue with the extension itself... |
I think some things were missed. @fabpot/@javiereguiluz could you please check if you updated the Basically, the problem would be that there is no lexer set for the |
ahah, of course not. doing that now. |
Deployed now. Can we check again? |
I'll re-add the commits now! |
Commits re-added to all branches at sha: 490ca6b Assuming this works, thanks to everyone for tracking the issue down. |
Shouldn't the config already have been updated with #4287 being merged? |
@xabbuh I think the actual build system may use a different file. The build system pre-dates us having that |
Yes, all meta files for Sphinx in this repository are purely for local and travis testing. The build process used by symfony.com uses different files, as it also needs to set-up the other documentations and use the correct theme, etc. |
Hm, maybe we should make this more flexible to ease the build process. Something like allowing to override the configuration locally without the need to redefine everything completely. |
The Varnish tabs are online! Thanks @fabpot 👍 |
@xabbuh this is great! My only concern is that the syntax highlighting for these blocks of code is weird, specially for comments. |
Yeah, they are now set to ruby syntax. The comments are not valid ruby comments. Maybe setting it to C is better in the end |
See #4280.
We're waiting on a fix that'll update the
fabpot/sphinx-php
submodule. Once we have that, we can re-commit the above PR./cc @fabpot @javiereguiluz
The text was updated successfully, but these errors were encountered: