diff --git a/doc/conf.py b/doc/conf.py index a37e07e7fce3..dfa0bfb495d5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -335,6 +335,9 @@ def matplotlib_reduced_latex_scraper(block, block_vars, gallery_conf, # default is ``".html"``. html_file_suffix = '.html' +# this makes this the canonical link for all the pages on the site... +html_baseurl = 'https://matplotlib.org/stable/' + # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. html_last_updated_fmt = '%b %d, %Y'