From e6aaa2b8ad2f6eb8a2ed1ff19fe2d248ede4669f Mon Sep 17 00:00:00 2001 From: gaoping Date: Tue, 12 Oct 2021 05:42:39 +0000 Subject: [PATCH] update --- .readthedocs.yml | 15 +++++++++++++++ pyproject.toml | 8 ++++++++ 2 files changed, 23 insertions(+) create mode 100644 .readthedocs.yml create mode 100644 pyproject.toml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..fb4c579f --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,15 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +sphinx: + configuration: docs/readthedocs/source/conf.py + +python: + install: + - method: pip + path: . + - requirements: docs/readthedocs/requirements-doc.txt diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..88d60835 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,8 @@ +name = "Analytics Zoo" +version = "0.1" +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-doc.readthedocs.io/en/latest/" + +