From 4c6087a8bf5da295cb248b47aad673e5a073b890 Mon Sep 17 00:00:00 2001 From: baylej Date: Mon, 11 Mar 2024 21:23:20 +0100 Subject: [PATCH] Add the now mandatory .readthedocs.yaml config file --- .readthedocs.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..d582bd3 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +version: 2 +build: + os: ubuntu-22.04 + apt_packages: + - cmake + tools: + python: "2.7" + jobs: + pre_create_environment: + - cmake . -DDOC_HTML=On +sphinx: + configuration: doc/conf.py +python: + install: + - requirements: doc/requirements.txt