diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..5397a43 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: '3.12' + jobs: + post_checkout: + - git fetch --unshallow || true + +python: + install: + - requirements: requirements-docs.txt + - requirements: requirements-dev.txt + # - requirements: requirements.txt add after data-horizon release in pypi \ No newline at end of file