From 99d2440d10faff018fa19fe15739198b72e74fa1 Mon Sep 17 00:00:00 2001 From: chris-s-friedman Date: Wed, 29 May 2024 13:24:02 -0400 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Cleaner=20formatting=20in?= =?UTF-8?q?=20conf.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/conf.py | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index bbdcb90e..63180fc7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -38,7 +38,10 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.githubpages'] +extensions = ['sphinx.ext.autodoc', + 'sphinx.ext.viewcode', + 'sphinx.ext.githubpages' +] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -56,8 +59,8 @@ # for a list of supported languages. # # This is also used if you do content translation via gettext catalogs. -# Usually you set 'language' from the command line for these cases. -language = 'en' +# Usually you set "language" from the command line for these cases. +language = "en" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. @@ -80,11 +83,13 @@ # further. For a list of options available for each theme, see the # documentation. # -html_theme_options = {'logo_only': True} +html_theme_options = { + 'logo_only': True +} # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, -# so a file named 'default.css' will overwrite the builtin 'default.css'. +# so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] html_logo = '_static/images/logo.png' @@ -116,12 +121,15 @@ # 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',