You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2013/08/21 18:37:32 UTC

[05/50] git commit: updated refs/heads/1781-reorganize-and-improve-docs to 360107b

Emit emphasis node to remove build warnings.


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

Branch: refs/heads/1781-reorganize-and-improve-docs
Commit: 2f884d11487a1ee53a420f3a82477fe8d6563716
Parents: 31fb2cd
Author: Alexander Shorin <kx...@apache.org>
Authored: Sat Aug 10 10:28:24 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Wed Aug 21 20:24:24 2013 +0400

----------------------------------------------------------------------
 share/doc/ext/httpdomain.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/2f884d11/share/doc/ext/httpdomain.py
----------------------------------------------------------------------
diff --git a/share/doc/ext/httpdomain.py b/share/doc/ext/httpdomain.py
index 7d0689e..fe92123 100644
--- a/share/doc/ext/httpdomain.py
+++ b/share/doc/ext/httpdomain.py
@@ -508,7 +508,7 @@ class HTTPDomain(Domain):
             elif typ == 'mailheader':
                 return http_header_role(None, text, text, None, None)[0][0]
             else:
-                return None
+                return nodes.emphasis(text, text)
         else:
             anchor = http_resource_anchor(typ, target)
             title = typ.upper() + ' ' + target