Skip to content

Commit

Permalink
Merge branch 'main' into new_attributes_etc
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Nov 7, 2022
2 parents abc3d99 + 799cd86 commit 8c072af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.10.0
hooks:
- id: black
language_version: python3
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@
(
master_doc,
"%sdoc.tex" % project,
u"%s Documentation" % project,
u"%s developers" % project,
"%s Documentation" % project,
"%s developers" % project,
"manual",
)
]
Expand All @@ -199,7 +199,7 @@

# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [(master_doc, project, u"%s Documentation" % project, [author], 1)]
man_pages = [(master_doc, project, "%s Documentation" % project, [author], 1)]


# -- Options for Texinfo output -------------------------------------------
Expand All @@ -211,7 +211,7 @@
(
master_doc,
project,
u"%s Documentation" % project,
"%s Documentation" % project,
author,
project,
"Spatial Optimization with PySAL",
Expand Down

0 comments on commit 8c072af

Please sign in to comment.