diff --git a/docs/readthedocs/source/conf.py b/docs/readthedocs/source/conf.py index b056197eb2a..6ff4999a9d1 100644 --- a/docs/readthedocs/source/conf.py +++ b/docs/readthedocs/source/conf.py @@ -21,7 +21,7 @@ # documentation root, use os.path.abspath to make it absolute, like shown here. #sys.path.insert(0, '.') sys.path.insert(0, os.path.abspath('.')) -sys.path.insert(0, os.path.abspath("../../../pyzoo/")) +sys.path.insert(0, os.path.abspath("../../../python/")) # -- Project information ----------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 9e54bd358db..7ecdc24ba7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ -name = "Analytics Zoo" +name = "BigDL" version = "2.0" description = "An open source Big Data AI platform (for distributed TensorFlow, PyTorch and Keras on Apache Spark & Ray)" license = "Apache-2.0" -repository = "https://github.com/intel-analytics/analytics-zoo" -documentation = "https://analytics-zoo.readthedocs.io/en/latest/" +repository = "https://github.com/intel-analytics/BigDL" +documentation = "https://bigdl.readthedocs.io/en/branch-2.0/"