Update script generating/uploading py API doc to new addresses (docs.blender.org).
This commit is contained in:
@@ -41,9 +41,9 @@ import tempfile
|
|||||||
import zipfile
|
import zipfile
|
||||||
|
|
||||||
|
|
||||||
DEFAULT_RSYNC_SERVER = "www.blender.org"
|
DEFAULT_RSYNC_SERVER = "docs.blender.org"
|
||||||
DEFAULT_RSYNC_ROOT = "/api/"
|
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():
|
def argparse_create():
|
||||||
|
Reference in New Issue
Block a user