mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-12 12:50:49 +08:00
DOC: Deploy current docs to scikits-image.org/docs/dev.
This commit is contained in:
+4
-1
@@ -86,7 +86,10 @@ if __name__ == '__main__':
|
||||
if l.startswith('VERSION'):
|
||||
tag = l.split("'")[1]
|
||||
break
|
||||
|
||||
|
||||
if "dev" in tag:
|
||||
tag = "dev"
|
||||
|
||||
startdir = os.getcwd()
|
||||
if not os.path.exists(pages_dir):
|
||||
# init the repo
|
||||
|
||||
Reference in New Issue
Block a user