~netlandish/django-wiki

43f601484285e500095e2ba993268740b405c69b — Mads Jensen 6 years ago a05028e
Make Disqus link in documentation clickable. Remove PY2 future in docs/conf.py.
2 files changed, 4 insertions(+), 5 deletions(-)

M docs/conf.py
M docs/tips/disqus.rst
M docs/conf.py => docs/conf.py +0 -3
@@ 1,6 1,3 @@
# -*- coding: utf-8 -*-
from __future__ import print_function, unicode_literals

import inspect
import os
import sys

M docs/tips/disqus.rst => docs/tips/disqus.rst +4 -2
@@ 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/