summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-05-18 10:37:57 +0200
committernicolargo <nicolashennion@gmail.com>2024-05-18 10:37:57 +0200
commit74f9606e654b0670f9d9a4ec53445ed85609254d (patch)
tree881a0392b855b3ffabed5050e23eec961521aea0 /docs
parent5262524db37b7173aa866007d8f4a46d1832d5c0 (diff)
parenta99bf33b4b982c057fb0b4ce47b59df41c7a3ca7 (diff)
Merge Ruff formating and solve some conflicts #2779
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py39
1 files changed, 14 insertions, 25 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 51f800db..de8ac1c7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
#
# Glances documentation build configuration file, created by
# sphinx-quickstart on Tue Mar 1 10:53:59 2016.
@@ -12,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
-import sys
import os
+import sys
from datetime import datetime
# If extensions (or modules to document with autodoc) are in another directory,
@@ -27,7 +26,6 @@ sys.path.insert(0, os.path.abspath('..'))
# WARNING: Do not move this import before the sys.path.insert() call.
from glances import __version__
-
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
@@ -125,8 +123,7 @@ html_theme = 'sphinx_rtd_theme'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
-html_theme_options = {
-}
+html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []
@@ -166,14 +163,7 @@ html_static_path = ['_static']
# html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
-html_sidebars = {
- '**': [
- 'about.html',
- 'navigation.html',
- 'links.html',
- 'searchbox.html'
- ]
-}
+html_sidebars = {'**': ['about.html', 'navigation.html', 'links.html', 'searchbox.html']}
# Additional templates that should be rendered to pages, maps page names to
# template names.
@@ -227,13 +217,10 @@ htmlhelp_basename = 'Glancesdoc'
latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
# 'papersize': 'letterpaper',
-
# The font size ('10pt', '11pt' or '12pt').
# 'pointsize': '10pt',
-
# Additional stuff for the LaTeX preamble.
# 'preamble': '',
-
# Latex figure (float) alignment
# 'figure_align': 'htbp',
}
@@ -242,8 +229,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- (master_doc, 'Glances.tex', 'Glances Documentation',
- 'Nicolas Hennion', 'manual'),
+ (master_doc, 'Glances.tex', 'Glances Documentation', 'Nicolas Hennion', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -271,10 +257,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
-man_pages = [
- ('glances', 'glances', 'An eye on your system',
- '', 1)
-]
+man_pages = [('glances', 'glances', 'An eye on your system', '', 1)]
# If true, show URL addresses after external links.
# man_show_urls = False
@@ -286,9 +269,15 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- (master_doc, 'Glances', 'Glances Documentation',
- author, 'Glances', 'One line description of project.',
- 'Miscellaneous'),
+ (
+ master_doc,
+ 'Glances',
+ 'Glances Documentation',
+ author,
+ 'Glances',
+ 'One line description of project.',
+ 'Miscellaneous',
+ ),
]
# Documents to append as an appendix to all manuals.