Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 31, 2022
1 parent ffc39d4 commit cf870fb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
master_doc = "index"

# General information about the project.
project = u"django-robots"
copyright = u"2008-, Jannis Leidel"
project = "django-robots"
copyright = "2008-, Jannis Leidel"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -187,8 +187,8 @@
(
"index",
"django-robots.tex",
u"django-robots Documentation",
u"Jannis Leidel",
"django-robots Documentation",
"Jannis Leidel",
"manual",
),
]
Expand Down Expand Up @@ -219,7 +219,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
("index", "django-robots", u"django-robots Documentation", [u"Jannis Leidel"], 1)
("index", "django-robots", "django-robots Documentation", ["Jannis Leidel"], 1)
]

# If true, show URL addresses after external links.
Expand All @@ -235,8 +235,8 @@
(
"index",
"django-robots",
u"django-robots Documentation",
u"Jannis Leidel",
"django-robots Documentation",
"Jannis Leidel",
"django-robots",
"One line description of project.",
"Miscellaneous",
Expand Down

0 comments on commit cf870fb

Please sign in to comment.