rocm_jax/.readthedocs.yml
Stephan Hoyer f30fc7c626 Add a .readthedocs.yml file
I think we need the leading dot for RTD to recognize it. We currently get
warnings in our build log:

"Configure your documentation builds! Adding a .readthedocs.yml file to your
project is the recommended way to configure your documentation builds. You can
declare dependencies, set up submodules, and many other great features."
2019-10-07 16:09:23 -07:00

8 lines
93 B
YAML

build:
image: latest
python:
version: 3.6
requirements_file: docs/requirements.txt