diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..ee8f6b7c --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,21 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + jobs: + pre_build: + # Generate the Sphinx configuration for this Jupyter Book, so it builds. + - "jupyter-book config sphinx docs/" + +python: + install: + - method: pip + path: . + extra_requirements: + - sphinx + +sphinx: + builder: html + fail_on_warning: true