mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix URLs for css in Windows
This commit is contained in:
parent
b90c2576d6
commit
9f9288ebe7
@ -355,7 +355,7 @@ class StandaloneHTMLBuilder(Builder):
|
||||
continue
|
||||
|
||||
if '://' not in filename:
|
||||
filename = path.join('_static', filename)
|
||||
filename = posixpath.join('_static', filename)
|
||||
|
||||
self.css_files.append(Stylesheet(filename, **attrs)) # type: ignore
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user