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 committed Jan 12, 2022
1 parent 749287f commit ed5c92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Sphinx configuration."""
project = "{{cookiecutter.friendly_name}}"
author = "{{cookiecutter.author}}"
copyright = "{{cookiecutter.copyright_year}}, {author}"
copyright = "{{cookiecutter.copyright_year}}, {{cookiecutter.author}}"
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
Expand Down

0 comments on commit ed5c92a

Please sign in to comment.