mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update configuration.rst
Add a comma
This commit is contained in:
parent
47cd262b3e
commit
edff2824e9
@ -930,7 +930,7 @@ that use Sphinx's HTMLWriter class.
|
|||||||
|
|
||||||
Example::
|
Example::
|
||||||
|
|
||||||
html_css_files = ['custom.css'
|
html_css_files = ['custom.css',
|
||||||
'https://example.com/css/custom.css',
|
'https://example.com/css/custom.css',
|
||||||
('print.css', {'media': 'print'})]
|
('print.css', {'media': 'print'})]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user