From 01db49397aa812e7f5ef5d9d5bf6346bbe5412e4 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Sun, 2 Mar 2025 11:28:08 +0100 Subject: [PATCH] Try readthedocs. --- webpages/.readthedocs.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 webpages/.readthedocs.yaml diff --git a/webpages/.readthedocs.yaml b/webpages/.readthedocs.yaml new file mode 100644 index 0000000..69b2e35 --- /dev/null +++ b/webpages/.readthedocs.yaml @@ -0,0 +1,17 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 +# Set the OS, Python version, and other tools you might need +build: + os: ubuntu-24.04 + tools: + ruby: "3.3" + commands: + # Install dependencies + - gem install bundle + - bundle install + # Build the site and save generated files into Read the Docs directory + - jekyll build --destination $READTHEDOCS_OUTPUT/html + \ No newline at end of file