Переглянути джерело

Fix Copy/Pasta

Didn't correct one of the variables from author to fullname
master
Nate Bohman 3 роки тому
джерело
коміт
a4b35ade59
Підписано: Nate Bohman <natrinicle@gmail.com> Ідентифікатор GPG ключа: C10546A54ABA1CE5
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      {{cookiecutter.project_slug}}/docs/source/conf.py

+ 1
- 1
{{cookiecutter.project_slug}}/docs/source/conf.py Переглянути файл

@@ -31,7 +31,7 @@ import {{ cookiecutter.project_slug }}

project = "{{ cookiecutter.project_name }}"
copyright = "{{ cookiecutter.year }}, {{ cookiecutter.full_name }}" # pylint: disable=redefined-builtin
author = {{ cookiecutter.author }}
author = {{ cookiecutter.full_name }}

# The version info for the project you're documenting, acts as replacement
# for |version| and |release|, also used in various other places throughout

Завантаження…
Відмінити
Зберегти