You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dc...@apache.org on 2012/11/18 20:19:39 UTC

[5/6] git commit: docs formatting tweaks

docs formatting tweaks

- include copyright info at bottom of page
- add permalinks


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/3bba5925
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/3bba5925
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/3bba5925

Branch: refs/heads/docs
Commit: 3bba5925c19d4658b979a4d80d47c2067b079433
Parents: d1d0016
Author: Dave Cottlehuber <dc...@apache.org>
Authored: Fri Nov 2 22:48:29 2012 +0100
Committer: Dave Cottlehuber <dc...@apache.org>
Committed: Sun Nov 18 20:15:29 2012 +0100

----------------------------------------------------------------------
 share/doc/conf.py |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/3bba5925/share/doc/conf.py
----------------------------------------------------------------------
diff --git a/share/doc/conf.py b/share/doc/conf.py
index 4787c6c..ddbaf14 100644
--- a/share/doc/conf.py
+++ b/share/doc/conf.py
@@ -57,6 +57,8 @@ html_favicon = ""
 
 html_use_opensearch = ""
 
+html_add_permalinks = True
+
 text_newlines = "native"
 
 # use this for excluding docs from final build
@@ -86,3 +88,7 @@ text_newlines = "native"
 # 	"manual",
 # 	True
 # )]
+
+rst_epilog = """
+.. |psf| replace:: Apache Software Foundation
+"""
\ No newline at end of file