From e3de600d1823595b6b9d43f0214acdb36bb60152 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Tue, 31 May 2011 11:37:58 -0300 Subject: Fix bug 827 - "Anchor sign for headers to copy links for sections" --- doc/_themes/pysidedocs/static/pysidedocs.css | 8 +++++++- doc/conf.py.in | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/_themes/pysidedocs/static/pysidedocs.css b/doc/_themes/pysidedocs/static/pysidedocs.css index 741a6cfae..0a6a35a4f 100644 --- a/doc/_themes/pysidedocs/static/pysidedocs.css +++ b/doc/_themes/pysidedocs/static/pysidedocs.css @@ -138,7 +138,13 @@ pre * { } .headerlink { - display: none; + font-size: 100%; + color: inherit; + float: right; +} + +h1 .headerlink { + padding-right: 50px; } a, a:visited { diff --git a/doc/conf.py.in b/doc/conf.py.in index 7c0ff0d64..70750c899 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -151,7 +151,7 @@ html_split_index = False # If true, links to the reST sources are added to the pages. html_show_sourcelink = False -html_add_permalinks = False; +html_add_permalinks = True; # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. The value of this option must be the -- cgit v1.2.3