From 163b37faad01fed1cdbc2256bc539d825c78940f Mon Sep 17 00:00:00 2001 From: Daniel Lorch Date: Fri, 25 Dec 2015 12:08:06 +0000 Subject: [PATCH] Adding Disqus --- docs/conf.py | 4 ++++ docs/index.rst | 1 + 2 files changed, 5 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 8ba93c9..4e04cdb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,6 +35,7 @@ 'sphinx.ext.doctest', 'sphinx.ext.graphviz', 'sphinx.ext.napoleon', + 'sphinxcontrib.disqus', ] # Add any paths that contain templates here, relative to this directory. @@ -290,3 +291,6 @@ # If true, do not generate a @detailmenu in the "Top" node's menu. #texinfo_no_detailmenu = False + +# Disqus +disqus_shortname = 'pycep' \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index a8fade2..039c6c0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -179,3 +179,4 @@ Indices and tables * :ref:`modindex` * :ref:`search` +.. disqus:: \ No newline at end of file