Commit: d5c7d22bc2c845a63aa1c9368c854949dcc11bf7 Author: Bastien Montagne Date: Mon Jan 23 21:10:56 2017 +0100 Branches: master https://developer.blender.org/rBd5c7d22bc2c845a63aa1c9368c854949dcc11bf7
Update script generating/uploading py API doc to new addresses (docs.blender.org). =================================================================== M doc/python_api/sphinx_doc_update.py =================================================================== diff --git a/doc/python_api/sphinx_doc_update.py b/doc/python_api/sphinx_doc_update.py index c7f0367a2a..3d48c1145e 100755 --- a/doc/python_api/sphinx_doc_update.py +++ b/doc/python_api/sphinx_doc_update.py @@ -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(): _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
