Skip to content

Commit

Permalink
update readthedocs conf (intel#3158)
Browse files Browse the repository at this point in the history
reviewed, LGTM。  Co-authored-by: gaoping <[email protected]>
  • Loading branch information
pinggao187 authored Oct 20, 2021
1 parent 7f081f6 commit 5d57221
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/readthedocs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 -----------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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/"


0 comments on commit 5d57221

Please sign in to comment.