Explorar el Código

docs/conf: Fix remote whitelists

Jan Holthuis hace 5 años
padre
commit
25762bac4c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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$"