From 4f6e404f88ace8b0b84932c7f27080f60543b8c2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 19:50:36 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - https://github.com/ambv/black → https://github.com/psf/black - [github.com/psf/black: 20.8b1 → 22.1.0](https://github.com/psf/black/compare/20.8b1...22.1.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 14aa0ee4..ccc4afc0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: -- repo: https://github.com/ambv/black - rev: 20.8b1 +- repo: https://github.com/psf/black + rev: 22.1.0 hooks: - id: black From 244b324dc56a29b30ed4e134db219a3edbb753ff Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 19:50:48 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/conf.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index cbaad4ce..0674732d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,8 +44,8 @@ master_doc = "index" # General information about the project. -project = u"Cleo" -copyright = u"2014, Sébastien Eustace" +project = "Cleo" +copyright = "2014, Sébastien Eustace" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -195,7 +195,7 @@ # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ("index", "Cleo.tex", u"Cleo Documentation", u"Sébastien Eustace", "manual") + ("index", "Cleo.tex", "Cleo Documentation", "Sébastien Eustace", "manual") ] # The name of an image file (relative to this directory) to place at the top of @@ -223,7 +223,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). -man_pages = [("index", "cleo", u"Cleo Documentation", [u"Sébastien Eustace"], 1)] +man_pages = [("index", "cleo", "Cleo Documentation", ["Sébastien Eustace"], 1)] # If true, show URL addresses after external links. # man_show_urls = False @@ -238,8 +238,8 @@ ( "index", "Cleo", - u"Cleo Documentation", - u"Sébastien Eustace", + "Cleo Documentation", + "Sébastien Eustace", "Cleo", "One line description of project.", "Miscellaneous", @@ -267,7 +267,6 @@ def setup(app): app.add_stylesheet("theme_overrides.css") - else: html_context = { "css_files": [