Skip to content
Snippets Groups Projects
Commit d719a41b authored by Odair M.'s avatar Odair M.
Browse files

feat(Conf): update conf

parent a62016d7
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,22 @@ author = "Odair M."
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = []
extensions = [
"sphinx.ext.duration",
"sphinx.ext.doctest",
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.intersphinx",
]
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"sphinx": ("https://www.sphinx-doc.org/en/master/", None),
}
intersphinx_disabled_domains = ["std"]
templates_path = ["_templates"]
exclude_patterns = []
......@@ -23,5 +38,6 @@ language = "pt"
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = "alabaster"
html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]
epub_show_urls = "footnote"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment