From 43f601484285e500095e2ba993268740b405c69b Mon Sep 17 00:00:00 2001 From: Mads Jensen Date: Fri, 9 Mar 2018 21:12:46 +0100 Subject: [PATCH] Make Disqus link in documentation clickable. Remove PY2 future in docs/conf.py. --- docs/conf.py | 3 --- docs/tips/disqus.rst | 6 ++++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 0556d4df..fbd3a0a9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,3 @@ -# -*- coding: utf-8 -*- -from __future__ import print_function, unicode_literals - import inspect import os import sys diff --git a/docs/tips/disqus.rst b/docs/tips/disqus.rst index e03f32f5..ecc4a639 100644 --- a/docs/tips/disqus.rst +++ b/docs/tips/disqus.rst @@ -1,7 +1,7 @@ Disqus comment embed ==================== -This page describes how to embed the Disqus comment system on each wiki page. +This page describes how to embed the Disqus_ comment system on each wiki page. Put the following as ``wiki/base.html`` somewhere in your ``TEMPLATE_DIRS``: @@ -32,6 +32,8 @@ Put the following as ``wiki/base.html`` somewhere in your {% endif %} {% endblock wiki_body %} -Replace ``your_disqus_sortname`` to your disqus sortname. +Replace ``your_disqus_sortname`` with your disqus sortname. See also in :doc:`/customization`. + +.. _Disqus: https://disqus.com/ -- 2.45.2