update readthedocs conf (#3158)
reviewed, LGTM。 Co-authored-by: gaoping <pingx.gao@intel.com>
This commit is contained in:
parent
1f3a9adda9
commit
c876e474af
2 changed files with 4 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ import urllib
|
||||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||||
#sys.path.insert(0, '.')
|
#sys.path.insert(0, '.')
|
||||||
sys.path.insert(0, os.path.abspath('.'))
|
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 -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
name = "Analytics Zoo"
|
name = "BigDL"
|
||||||
version = "2.0"
|
version = "2.0"
|
||||||
description = "An open source Big Data AI platform (for distributed TensorFlow, PyTorch and Keras on Apache Spark & Ray)"
|
description = "An open source Big Data AI platform (for distributed TensorFlow, PyTorch and Keras on Apache Spark & Ray)"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
repository = "https://github.com/intel-analytics/analytics-zoo"
|
repository = "https://github.com/intel-analytics/BigDL"
|
||||||
documentation = "https://analytics-zoo.readthedocs.io/en/latest/"
|
documentation = "https://bigdl.readthedocs.io/en/branch-2.0/"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue