From 93f2d0f3fa5264c4873f4b52421934f8e66239d0 Mon Sep 17 00:00:00 2001
From: gubaidulinvadim <gubaidulinvadim@gmail.com>
Date: Sun, 28 Apr 2024 21:32:26 +0200
Subject: [PATCH] added readthedocs.yml for documentation builder

---
 readthedocs.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 readthedocs.yml

diff --git a/readthedocs.yml b/readthedocs.yml
new file mode 100644
index 0000000..f8db799
--- /dev/null
+++ b/readthedocs.yml
@@ -0,0 +1,17 @@
+version: 2
+
+build:
+  os: "ubuntu-22.04"
+  tools:
+    python: "3.9"
+
+# python:
+  # install:
+    # - requirements: mbtrack2.yml
+
+sphinx:
+  configuration: docs/source/conf.py
+
+formats:
+  - pdf
+  - epub
\ No newline at end of file
-- 
GitLab