From d9024f7f7257bb1fb24269e920e5768c2bbb173f Mon Sep 17 00:00:00 2001 From: Aniket Maurya Date: Wed, 6 Dec 2023 20:58:42 +0000 Subject: [PATCH] build docs --- .readthedocs.yaml | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1d2bd21..dedcfb6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,11 +5,24 @@ # Required version: 2 +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +# Build documentation in the "docs/" directory with mkdocs mkdocs: configuration: mkdocs.yml -# Optionally set the version of Python and requirements required to build your docs +# 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: - version: 3.8 - install: - - requirements: docs/requirements.txt + install: + - requirements: docs/requirements.txt \ No newline at end of file