From f0f917a5c32836e4ac166c6c228a83e5c8844523 Mon Sep 17 00:00:00 2001 From: Bruno Sime Ferreira Nunes <bsfn19@inf.ufpr.br> Date: Thu, 20 Mar 2025 15:18:40 +0000 Subject: [PATCH] Update file conf.py --- source/conf.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/source/conf.py b/source/conf.py index b55d3ec..de2605e 100644 --- a/source/conf.py +++ b/source/conf.py @@ -12,25 +12,6 @@ author = "Bruno S." release = "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 --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration -- GitLab