Skip to content
Snippets Groups Projects
Commit 366780da authored by Bruno Sime Ferreira Nunes's avatar Bruno Sime Ferreira Nunes
Browse files

Update file conf.py

parent d28e7f00
Branches
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ version = "0.1.0" ...@@ -35,6 +35,7 @@ version = "0.1.0"
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = [ extensions = [
"myst_parser",
"sphinx.ext.duration", "sphinx.ext.duration",
"sphinx.ext.doctest", "sphinx.ext.doctest",
"sphinx.ext.autodoc", "sphinx.ext.autodoc",
...@@ -42,6 +43,7 @@ extensions = [ ...@@ -42,6 +43,7 @@ extensions = [
"sphinx_rtd_size", "sphinx_rtd_size",
"sphinx.ext.intersphinx", "sphinx.ext.intersphinx",
] ]
master_doc = "index" master_doc = "index"
intersphinx_mapping = { intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None), "python": ("https://docs.python.org/3/", None),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment