We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad7606 commit a51f174Copy full SHA for a51f174
doc/source/conf.py
@@ -30,7 +30,10 @@
30
# Add any Sphinx extension module names here, as strings. They can be
31
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
32
# ones.
33
-extensions = ['sphinx.ext.autodoc']
+extensions = [
34
+ 'sphinx.ext.autodoc',
35
+ 'sphinxcontrib.disqus',
36
+]
37
38
# Add any paths that contain templates here, relative to this directory.
39
templates_path = ['ytemplates']
@@ -164,5 +167,4 @@
164
167
'Miscellaneous'),
165
168
]
166
169
-
170
+disqus_shortname = 'lsnknowledgebase'
requirements.txt
@@ -5,3 +5,4 @@ sphinx # BSD
5
doc8 # Apache-2.0
6
sphinxmark # Apache-2.0
7
sphinx_rtd_theme
8
+sphinxcontrib-disqus
0 commit comments