From e8a15204f5e0a0e259ff8ae337a94c07b7f67092 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 18 Dec 2021 15:44:54 -0500 Subject: Integration with readthedocs --- .readthedocs.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .readthedocs.yaml (limited to '.readthedocs.yaml') diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..d5c54677 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,21 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +build: + os: ubuntu-20.04 + tools: + python: "3.9" + +sphinx: + configuration: manual/conf.py + +formats: + - pdf + - epub + +sphinx: + fail_on_warning: true -- cgit v1.2.3-54-g00ecf