diff --git a/developer_manual/conf.py b/developer_manual/conf.py index 40018c860..30dab4657 100644 --- a/developer_manual/conf.py +++ b/developer_manual/conf.py @@ -316,3 +316,7 @@ StandaloneHTMLBuilder.supported_image_types = [ # Generate the versions list html_context['versions'] = generateVersionsDocs(current_docs) html_context['theme_vcs_pageview_mode'] += current_docs + +highlight_options = { + 'php': {'startinline': True}, +}