From 46a99b07ecd3c3a13c94f2dfa23f89574c560c62 Mon Sep 17 00:00:00 2001 From: Kartavya Shukla <87070473+Novfensec@users.noreply.github.com> Date: Wed, 5 Nov 2025 15:37:43 +0530 Subject: [PATCH 1/2] Create .readthdocs.yaml --- .readthdocs.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .readthdocs.yaml diff --git a/.readthdocs.yaml b/.readthdocs.yaml new file mode 100644 index 000000000..359962055 --- /dev/null +++ b/.readthdocs.yaml @@ -0,0 +1,36 @@ +# .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/source/conf.py + builder: dirhtml + +# 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: + - method: pip + path: . + extra_requirements: + - docs From a0c22656be62e700aac4ecfbdfb9ef2b524379bf Mon Sep 17 00:00:00 2001 From: Kartavya Shukla <87070473+Novfensec@users.noreply.github.com> Date: Wed, 5 Nov 2025 15:41:06 +0530 Subject: [PATCH 2/2] Rename .readthdocs.yaml to .readthedocs.yaml --- .readthdocs.yaml => .readthedocs.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .readthdocs.yaml => .readthedocs.yaml (100%) diff --git a/.readthdocs.yaml b/.readthedocs.yaml similarity index 100% rename from .readthdocs.yaml rename to .readthedocs.yaml