minor cmake corrections

This commit is contained in:
Andrey Kamaev
2011-07-12 07:40:29 +00:00
parent 7386269943
commit 2dd965b7f5
2 changed files with 25 additions and 31 deletions

View File

@@ -156,7 +156,6 @@ class RstParser(object):
skip_code_lines = False
if ll.startswith(".. code-block::") or ll.startswith(".. image::"):
#or ll.startswith(".. math::") or ll.startswith(".. image::"):
skip_code_lines = True
continue