Commit aa62f5ef authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

add readthedocs.yml

parent 82d36a2f
Loading
Loading
Loading
Loading
Loading

.readthedocs.yml

0 → 100644
+13 −0
Original line number Diff line number Diff line
version: 2

build:
  os: ubuntu-22.04
  tools:
    python: "3.12"
  jobs:
    post_create_environment:
      - pip install altair sphinx-rtd-theme==3.0.0rc3
      - pip install .

sphinx:
  configuration: docs/conf.py