(core) Remove help, mkdocs, and the 'env' virtualenv

Summary:
mkpydocs.py has been moved to the grist-help repo where it belongs.
Deleting all localstack and test/aws stuff is coming soon - not sure if it should be in this same diff.

Test Plan: this

Reviewers: dsagal

Reviewed By: dsagal

Differential Revision: https://phab.getgrist.com/D2891
This commit is contained in:
Alex Hall 2021-06-30 16:46:38 +02:00
parent 84ddbc448b
commit cc02d937f7

View File

@ -3,11 +3,7 @@
Generates a JS schema file from sandbox/grist/schema.py.
"""
import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), 'grist'))
import schema # pylint: disable=import-error,wrong-import-position
import schema # pylint: disable=import-error
# These are the types that appear in Grist metadata columns.
_ts_types = {