Update configuration.rst

Add a comma
This commit is contained in:
ExplorerLog
2019-08-16 16:29:29 +08:00
committed by GitHub
parent 47cd262b3e
commit edff2824e9

View File

@@ -930,7 +930,7 @@ that use Sphinx's HTMLWriter class.
Example::
html_css_files = ['custom.css'
html_css_files = ['custom.css',
'https://example.com/css/custom.css',
('print.css', {'media': 'print'})]