Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
c3hpc-user-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
C3SL
c3docs
c3hpc-user-docs
Commits
8f3c381e
Commit
8f3c381e
authored
2 months ago
by
Bruno Sime Ferreira Nunes
Browse files
Options
Downloads
Patches
Plain Diff
Update file conf.py
parent
9f38a79f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/conf.py
+41
-0
41 additions, 0 deletions
source/conf.py
with
41 additions
and
0 deletions
source/conf.py
+
41
−
0
View file @
8f3c381e
...
@@ -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
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment