haskell-language-server/.readthedocs.yaml

15 lines
203 B
YAML
Raw Normal View History

2021-08-11 11:54:51 +03:00
version: 2
sphinx:
configuration: docs/conf.py
2023-05-05 09:21:24 +03:00
build:
os: "ubuntu-22.04"
tools:
# this means the latest python 3
python: "3"
2021-08-11 11:54:51 +03:00
python:
install:
- requirements: docs/requirements.txt