summaryrefslogtreecommitdiff
path: root/sphinx/builder.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-08-07 18:46:07 +0000
committerGeorg Brandl <georg@python.org>2008-08-07 18:46:07 +0000
commit16579e33d7426533f9b7a9e185d926235d1a06cb (patch)
tree2c16f5fb252c6a49dceca789dfca1dda1f4ea5e7 /sphinx/builder.py
parent436aa42b5d09a07e22bbc5c04b66ee3c1be49392 (diff)
downloadsphinx-git-16579e33d7426533f9b7a9e185d926235d1a06cb.tar.gz
Link to master doc in TOC heading and logo.
Diffstat (limited to 'sphinx/builder.py')
-rw-r--r--sphinx/builder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/builder.py b/sphinx/builder.py
index a1053bf74..621e5af1a 100644
--- a/sphinx/builder.py
+++ b/sphinx/builder.py
@@ -383,6 +383,7 @@ class StandaloneHTMLBuilder(Builder):
version = self.config.version,
last_updated = self.last_updated,
copyright = self.config.copyright,
+ master_doc = self.config.master_doc,
style = self.config.html_style,
use_opensearch = self.config.html_use_opensearch,
docstitle = self.config.html_title,