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

Skip to content

Commit b7e413e

Browse files
authored
Merge pull request #15553 from tacaswell/doc_cache_buster
DOC: add cache-buster query string to css path
2 parents 139512d + d29cb4d commit b7e413e

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
@@ -229,7 +229,7 @@ def _check_dependencies():
229229
# must exist either in Sphinx' static/ path, or in one of the custom paths
230230
# given in html_static_path.
231231
#html_style = 'matplotlib.css'
232-
html_style = 'mpl.css'
232+
html_style = f'mpl.css?{SHA}'
233233

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

0 commit comments

Comments
 (0)