diff --git a/docs/everest/.readthedocs.yaml b/docs/everest/.readthedocs.yaml new file mode 100644 index 00000000000..84db916d542 --- /dev/null +++ b/docs/everest/.readthedocs.yaml @@ -0,0 +1,21 @@ +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + +python: + install: + - method: pip + path: . + extra_requirements: + - docs + +sphinx: + builder: html + configuration: conf.py + +formats: + - pdf + - epub