From 9934436aa2214082896e99bdf2174642a06c5b61 Mon Sep 17 00:00:00 2001 From: Hassan Abouelela Date: Sun, 29 May 2022 23:50:14 +0400 Subject: Include `origin` In Allowed Docs Versions Signed-off-by: Hassan Abouelela --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index aa9580fe..9aaa8eff 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -201,9 +201,9 @@ releases.setup = _releases_setup # -- Options for the multiversion extension ---------------------------------- -# Only include local refs, filter out older versions, and don't build branches other than main +# Filter out older versions, and don't build branches other than main # unless `BUILD_DOCS_FOR_HEAD` env variable is True. -smv_remote_whitelist = None +smv_remote_whitelist = "origin" smv_latest_version = "main" smv_branch_whitelist = "main" -- cgit v1.2.3