summaryrefslogtreecommitdiff
path: root/sphinx/builders/html.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/builders/html.py')
-rw-r--r--sphinx/builders/html.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/builders/html.py b/sphinx/builders/html.py
index 365cf5f96..32dd2f24f 100644
--- a/sphinx/builders/html.py
+++ b/sphinx/builders/html.py
@@ -245,6 +245,7 @@ class StandaloneHTMLBuilder(Builder):
use_opensearch = self.config.html_use_opensearch,
docstitle = self.config.html_title,
shorttitle = self.config.html_short_title,
+ show_copyright = self.config.html_show_copyright,
show_sphinx = self.config.html_show_sphinx,
has_source = self.config.html_copy_source,
show_source = self.config.html_show_sourcelink,