فهرست منبع

Configure the default language

That way, we can safely use the shorthand notation as recommended in the
Symfony Documentation Standards
https://symfony.com/doc/current/contributing/documentation/standards.html
Grégoire Paris 8 سال پیش
والد
کامیت
390eab7496
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      Resources/doc/conf.py

+ 3 - 0
Resources/doc/conf.py

@@ -83,6 +83,9 @@ exclude_patterns = ['_build']
 # The name of the Pygments (syntax highlighting) style to use.
 pygments_style = 'sphinx'
 
+# This will be used when using the shorthand notation
+highlight_language = 'php'
+
 # A list of ignored prefixes for module index sorting.
 #modindex_common_prefix = []