Skip to content

Commit 5d57221

Browse files
authored
update readthedocs conf (#3158)
reviewed, LGTM。 Co-authored-by: gaoping <[email protected]>
1 parent 7f081f6 commit 5d57221

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/readthedocs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# documentation root, use os.path.abspath to make it absolute, like shown here.
2222
#sys.path.insert(0, '.')
2323
sys.path.insert(0, os.path.abspath('.'))
24-
sys.path.insert(0, os.path.abspath("../../../pyzoo/"))
24+
sys.path.insert(0, os.path.abspath("../../../python/"))
2525

2626

2727
# -- Project information -----------------------------------------------------

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name = "Analytics Zoo"
1+
name = "BigDL"
22
version = "2.0"
33
description = "An open source Big Data AI platform (for distributed TensorFlow, PyTorch and Keras on Apache Spark & Ray)"
44
license = "Apache-2.0"
5-
repository = "https://github.com/intel-analytics/analytics-zoo"
6-
documentation = "https://analytics-zoo.readthedocs.io/en/latest/"
5+
repository = "https://github.com/intel-analytics/BigDL"
6+
documentation = "https://bigdl.readthedocs.io/en/branch-2.0/"
77

88

0 commit comments

Comments
 (0)