From a4ae950312ca4b3ae55f07b778acad7ed52582e0 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 4 Nov 2021 22:00:56 +0100 Subject: [PATCH] Readd copyright section Otherwise the html render will just show "Copyright ." Also this is typically added and it's non-intrusive --- doc_src/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc_src/conf.py b/doc_src/conf.py index a690ab5d7..fe17dd9a9 100644 --- a/doc_src/conf.py +++ b/doc_src/conf.py @@ -68,6 +68,7 @@ highlight_language = "fish-docs-samples" # -- Project information ----------------------------------------------------- project = "fish-shell" +copyright = "2021, fish-shell developers" author = "fish-shell developers" issue_url = "https://github.com/fish-shell/fish-shell/issues"