diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000000..15a3b126a1 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,18 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.9" + +sphinx: + configuration: doc/conf.py + +formats: + - pdf + - epub + +python: + install: + - method: pip + path: . diff --git a/README.rst b/README.rst index 102388157b..1114085d27 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,10 @@ .. image:: https://img.shields.io/pypi/l/luigi.svg?style=flat :target: https://pypi.python.org/pypi/luigi +.. image:: https://readthedocs.org/projects/luigi/badge/?version=stable + :target: https://luigi.readthedocs.io/en/stable/?badge=stable + :alt: Documentation Status + Luigi is a Python (3.6, 3.7, 3.8, 3.9, 3.10, 3.11 tested) package that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization, handling failures, command line integration, and much more.