Skip to content

Commit

Permalink
Use author template variable in docs' copyright (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgraaf authored and cjolowicz committed May 16, 2022
1 parent 10db1cf commit 59693e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Sphinx configuration."""
project = "nox-poetry"
author = "Claudio Jolowicz"
copyright = "2020, {author}"
copyright = "2020, Claudio Jolowicz"
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
Expand Down

0 comments on commit 59693e5

Please sign in to comment.