You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2012/11/28 00:16:34 UTC

git commit: Removed attempt to get ReST to insert a Unicode character into a hyperlink which seems to be an impossible task. Because reasons.

Updated Branches:
  refs/heads/docs 7531d657c -> 6b92e1822


Removed attempt to get ReST to insert a Unicode character into a hyperlink which seems to be an impossible task. Because reasons.


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

Branch: refs/heads/docs
Commit: 6b92e182267b016a43fbc1239055ac3a5c9dfe7a
Parents: 7531d65
Author: Noah Slater <ns...@apache.org>
Authored: Tue Nov 27 23:16:29 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Tue Nov 27 23:16:29 2012 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/6b92e182/share/doc/src/conf.py
----------------------------------------------------------------------
diff --git a/share/doc/src/conf.py b/share/doc/src/conf.py
index 3ad52e0..ff5ba43 100644
--- a/share/doc/src/conf.py
+++ b/share/doc/src/conf.py
@@ -63,7 +63,3 @@ texinfo_documents = [(
        "Databases",
        True
 )]
-
-rst_epilog = """
-.. |tm| unicode:: 0xA9 .. copyright sign
-"""
\ No newline at end of file