10000 Backport PR #15553: DOC: add cache-buster query string to css path · matplotlib/matplotlib@b70cb8e · GitHub
[go: up one dir, main page]

Skip to content

Commit b70cb8e

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

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)
0