From 2790ba066476871c766b0c4e8d9046f9ade3597e Mon Sep 17 00:00:00 2001
From: Georges Da Costa <dacosta@irit.fr>
Date: Sun, 29 May 2022 21:50:02 +0200
Subject: [PATCH] Adds Read The Docs integration

---
 docs/index.rst | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 docs/index.rst

diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 0000000..c422c76
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,20 @@
+.. a documentation master file, created by
+   sphinx-quickstart on Sun May 29 21:31:22 2022.
+   You can adapt this file completely to your liking, but it should at least
+   contain the root `toctree` directive.
+
+Welcome to a's documentation!
+=============================
+
+.. toctree::
+   :maxdepth: 2
+   :caption: Contents:
+
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
-- 
GitLab