Browse Source

docs/conf: Fix remote whitelists

Jan Holthuis 5 years ago
parent
commit
25762bac4c
1 changed files with 1 additions and 1 deletions
  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$"