diff --git a/doc/conf.py b/doc/conf.py index 7c51f2309288..29cdf742a36c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -218,7 +218,7 @@ def _check_dependencies(): # must exist either in Sphinx' static/ path, or in one of the custom paths # given in html_static_path. #html_style = 'matplotlib.css' -html_style = 'mpl.css' +html_style = f'mpl.css?{SHA}' # The name for this set of Sphinx documents. If None, it defaults to # " v documentation".