Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSTBuilder: add comment of sphinxcontrib-textstyle #738

Merged
merged 1 commit into from Feb 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions lib/review/rstbuilder.rb
Expand Up @@ -13,6 +13,13 @@

module ReVIEW

#
# RSTBuilder is a builder for reStructuredText (http://docutils.sourceforge.net/rst.html).
# reStructuredText is used in Sphinx (http://www.sphinx-doc.org/).
#
# If you want to use `ruby`, `del` and `column`, you sould use sphinxcontrib-textstyle
# package (https://pypi.python.org/pypi/sphinxcontrib-textstyle).
#
class RSTBuilder < Builder

include TextUtils
Expand Down