diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000000..fb4c579ff2a --- /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 00000000000..88d60835133 --- /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/" + +