From a51d720791afe31a5e87408000d70661d8d87be0 Mon Sep 17 00:00:00 2001 From: Brady Planden Date: Thu, 14 Dec 2023 12:07:59 +0000 Subject: [PATCH] Add readthedocs configuration --- pybop/readthedocs.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pybop/readthedocs.yaml diff --git a/pybop/readthedocs.yaml b/pybop/readthedocs.yaml new file mode 100644 index 00000000..aaeb9cfc --- /dev/null +++ b/pybop/readthedocs.yaml @@ -0,0 +1,20 @@ +version: 2 + +build: + os: ubuntu-20.04 + tools: + python: "3.11" + +# Build documentation in the "docs/" directory with Sphinx +sphinx: + configuration: docs/conf.py + +formats: + - htmlzip + - pdf + - epub + +python: + install: + - method: pip + path: .[docs]