From 366780daae1b564ab423aacbaab0289f3ac56f01 Mon Sep 17 00:00:00 2001 From: Bruno Sime Ferreira Nunes <bsfn19@inf.ufpr.br> Date: Thu, 20 Mar 2025 15:04:41 +0000 Subject: [PATCH] Update file conf.py --- source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/conf.py b/source/conf.py index ed95e5d..b55d3ec 100644 --- a/source/conf.py +++ b/source/conf.py @@ -35,6 +35,7 @@ version = "0.1.0" # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration extensions = [ + "myst_parser", "sphinx.ext.duration", "sphinx.ext.doctest", "sphinx.ext.autodoc", @@ -42,6 +43,7 @@ extensions = [ "sphinx_rtd_size", "sphinx.ext.intersphinx", ] + master_doc = "index" intersphinx_mapping = { "python": ("https://docs.python.org/3/", None), -- GitLab