Update script generating/uploading py API doc to new addresses (docs.blender.org).

This commit is contained in:
Bastien Montagne 2017-01-23 21:10:56 +01:00
parent 39577403d3
commit d5c7d22bc2
1 changed files with 2 additions and 2 deletions

View File

@ -41,9 +41,9 @@ import tempfile
import zipfile
DEFAULT_RSYNC_SERVER = "www.blender.org"
DEFAULT_RSYNC_SERVER = "docs.blender.org"
DEFAULT_RSYNC_ROOT = "/api/"
DEFAULT_SYMLINK_ROOT = "/data/www/vhosts/www.blender.org/api"
DEFAULT_SYMLINK_ROOT = "/data/www/vhosts/docs.blender.org/api"
def argparse_create():