From 71a2c252c99f32c2ca1f17df9ec3edd296766838 Mon Sep 17 00:00:00 2001 From: liuzzo Date: Tue, 26 Nov 2024 08:41:47 +0100 Subject: [PATCH] added readthedocs and lumache files --- .readthedocs.yaml | 33 +++++++++++++++++++++++++++++++++ lumache.py | 0 2 files changed, 33 insertions(+) create mode 100644 .readthedocs.yaml create mode 100644 lumache.py diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..1ed5115 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,33 @@ +# .readthedocs.yaml +# 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: + python: "3.13" + # You can also specify other tool versions: + # nodejs: "23" + # rust: "1.82" + # golang: "1.23" + +# Build documentation in the "docs/" directory with Sphinx +sphinx: + configuration: docs/conf.py + +# Optionally build your docs in additional formats such as PDF and ePub +# formats: +# - pdf +# - epub + +# Optional but recommended, declare the Python requirements required +# to build your documentation +# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +# python: +# install: +# - requirements: docs/requirements.txt + diff --git a/lumache.py b/lumache.py new file mode 100644 index 0000000..e69de29