Skip to content

Commit

Permalink
updating index cong disqus
Browse files Browse the repository at this point in the history
  • Loading branch information
kzheng01@gmail.com authored and kzheng01@gmail.com committed Jul 26, 2019
1 parent 5fe3721 commit 24fc235
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file added docs/.DS_Store
Binary file not shown.
7 changes: 6 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.mathjax'
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.mathjax', 'sphinxcontrib.disqus'
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -56,6 +56,11 @@
#
html_theme = 'sphinx_rtd_theme'

#options for disqus
disqus_shortname = 'investopedia'



# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down
3 changes: 3 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`


.. disqus::

0 comments on commit 24fc235

Please sign in to comment.