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

Update file conf.py

parent 9f38a79f
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,24 @@ release = "0.1.0" ...@@ -13,6 +13,24 @@ release = "0.1.0"
version = "0.1.0" version = "0.1.0"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = "Documentação do Usuário do C3HPC"
copyright = "2025, Bruno S."
author = "Bruno S."
release = "0.1.0"
version = "0.1.0"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
...@@ -24,6 +42,29 @@ extensions = [ ...@@ -24,6 +42,29 @@ extensions = [
"sphinx_rtd_size", "sphinx_rtd_size",
"sphinx.ext.intersphinx", "sphinx.ext.intersphinx",
] ]
master_doc = "index"
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"sphinx": ("https://www.sphinx-doc.org/en/master/", None),
}
intersphinx_disabled_domains = ["std"]
#sphinx_rtd_size_width = "100%"
templates_path = ["_templates"]
exclude_patterns = []
language = "pt_BR"
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = "furo"
html_static_path = ["_static", "_static/c3sl_logo.svg"]
html_logo = "_static/c3sl_logo.svg"
html_favicon = "_static/c3sl_logo.svg"
# -- Options for EPUB output
epub_show_urls = "footnote"
intersphinx_mapping = { intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None), "python": ("https://docs.python.org/3/", None),
"sphinx": ("https://www.sphinx-doc.org/en/master/", None), "sphinx": ("https://www.sphinx-doc.org/en/master/", None),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment