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

Skip to content

Commit 73bf0ea

Browse files
authored
Merge pull request #15560 from meeseeksmachine/auto-backport-of-pr-15553-on-v3.2.x
Backport PR #15553 on branch v3.2.x (DOC: add cache-buster query string to css path)
2 parents e7352e8 + b393f36 commit 73bf0ea

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)