Skip to content

Commit a8bb397

Browse files
authored
Fix breadcrumbs for v2.1
Differential Revision: D50036850 Pull Request resolved: #3637
1 parent 2994ce2 commit a8bb397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def reset_mpl(gallery_conf, fname):
201201
#
202202
# https://stackoverflow.com/a/33845358/1106930
203203
#
204-
html_context = {"version_stable": "2.0.1"}
204+
html_context = {"version_stable": "2.1.0"}
205205

206206
# List of patterns, relative to source directory, that match files and
207207
# directories to ignore when looking for source files.

0 commit comments

Comments
 (0)