~netlandish/django-wiki

81b9f7fe3662d82a05af261bfafb0cc402268934 — Benjamin Bach 6 years ago 2d940dc + 43f6014
Merge pull request #854 from atombrella/disqus

Make Disqus link in documentation clickable. Remove PY2 future in doc…
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/