From 603569e321013a1a63a637813c94c2834d0a0023 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Thu, 16 Feb 2023 22:06:12 -0700 Subject: Style: black 23, skip magic trailing comma (#35351) * Style: black 23, skip magic trailing commas * isort should use same line length as black * Fix unused import * Update version of black used in CI * Update new packages * Update new packages --- lib/spack/docs/conf.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'lib/spack/docs/conf.py') diff --git a/lib/spack/docs/conf.py b/lib/spack/docs/conf.py index fdf40f79cb..2b04fa642f 100644 --- a/lib/spack/docs/conf.py +++ b/lib/spack/docs/conf.py @@ -89,6 +89,7 @@ sphinx_apidoc(apidoc_args + ["_spack_root/lib/spack/llnl"]) # Enable todo items todo_include_todos = True + # # Disable duplicate cross-reference warnings. # @@ -353,9 +354,7 @@ latex_elements = { # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). -latex_documents = [ - ("index", "Spack.tex", "Spack Documentation", "Todd Gamblin", "manual"), -] +latex_documents = [("index", "Spack.tex", "Spack Documentation", "Todd Gamblin", "manual")] # The name of an image file (relative to this directory) to place at the top of # the title page. @@ -402,7 +401,7 @@ texinfo_documents = [ "Spack", "One line description of project.", "Miscellaneous", - ), + ) ] # Documents to append as an appendix to all manuals. @@ -418,6 +417,4 @@ texinfo_documents = [ # -- Extension configuration ------------------------------------------------- # sphinx.ext.intersphinx -intersphinx_mapping = { - "python": ("https://docs.python.org/3", None), -} +intersphinx_mapping = {"python": ("https://docs.python.org/3", None)} -- cgit v1.2.3-60-g2f50