1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

[Export docs] Move docs to platform folders.

This commit is contained in:
bruvzg
2023-04-19 12:23:22 +03:00
parent 27253f3eb2
commit a5128e71bb
16 changed files with 75 additions and 5 deletions

View File

@@ -32,6 +32,16 @@ def get_opts():
]
def get_doc_classes():
return [
"EditorExportPlatformAndroid",
]
def get_doc_path():
return "doc_classes"
# Return the ANDROID_SDK_ROOT environment variable.
def get_env_android_sdk_root():
return os.environ.get("ANDROID_SDK_ROOT", -1)