From fe6d41c6fe84a93486e2375535c0b63b774ec972 Mon Sep 17 00:00:00 2001 From: Carl Parker Date: Tue, 10 Oct 2023 15:30:05 -0700 Subject: [PATCH] Fix breadcrumbs for v2.1 (#3647) Differential Revision: D50036850 Pull Request resolved: https://github.com/pytorch/audio/pull/3637 --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a7c308cb3c..1bf376246d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -201,7 +201,7 @@ def reset_mpl(gallery_conf, fname): # # https://stackoverflow.com/a/33845358/1106930 # -html_context = {"version_stable": "2.0.1"} +html_context = {"version_stable": "2.1.0"} # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.