Parcourir la source

docs/conf: Fix remote whitelists

Jan Holthuis il y a 5 ans
Parent
commit
25762bac4c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/conf.py

+ 1 - 1
docs/conf.py

@@ -30,4 +30,4 @@ html_sidebars = {
     ],
 }
 
-mv_remote_whitelist = r"^origin$"
+smv_remote_whitelist = r"^origin$"