update readthedocs conf (#3158)

reviewed, LGTM。  Co-authored-by: gaoping <pingx.gao@intel.com>
This commit is contained in:
pinggao187 2021-10-20 18:28:57 +08:00 committed by GitHub
parent 1f3a9adda9
commit c876e474af
2 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ import urllib
# 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 -----------------------------------------------------

View file

@ -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/"