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

Skip to content

Commit 83f686c

Browse files
authored
Merge pull request #15558 from meeseeksmachine/auto-backport-of-pr-15553-on-v3.1.x
Backport PR #15553 on branch v3.1.x (DOC: add cache-buster query string to css path)
2 parents 1787a0b + 6dabff6 commit 83f686c

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
@@ -218,7 +218,7 @@ def _check_dependencies():
218218
# must exist either in Sphinx' static/ path, or in one of the custom paths
219219
# given in html_static_path.
220220
#html_style = 'matplotlib.css'
221-
html_style = 'mpl.css'
221+
html_style = f'mpl.css?{SHA}'
222222

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

0 commit comments

Comments
 (0)