mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 20:36:05 +00:00

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."
8 lines
93 B
YAML
8 lines
93 B
YAML
build:
|
|
image: latest
|
|
|
|
python:
|
|
version: 3.6
|
|
|
|
requirements_file: docs/requirements.txt
|