Skip to content

Commit

Permalink
[DOP-11674] - add .readthedocs.yaml (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lixakov authored Feb 2, 2024
1 parent 9a08029 commit 10edd7a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 10edd7a

Please sign in to comment.