Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b393f36

Browse files
timhoffmMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #15553: DOC: add cache-buster query string to css path
1 parent e7352e8 commit b393f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def _check_dependencies():
227227
# must exist either in Sphinx' static/ path, or in one of the custom paths
228228
# given in html_static_path.
229229
#html_style = 'matplotlib.css'
230-
html_style = 'mpl.css'
230+
html_style = f'mpl.css?{SHA}'
231231

232232
# The name for this set of Sphinx documents. If None, it defaults to
233233
# "<project> v<release> documentation".

0 commit comments

Comments
 (0)