Merge pull request #6649 from PYGC/patch-1

Update configuration.rst
This commit is contained in:
Takeshi KOMIYA 2019-08-18 01:13:40 +09:00 committed by GitHub
commit 22ccfc38f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'})]