diff --git a/docs/extensions/highlighter.py b/docs/extensions/highlighter.py deleted file mode 100644 index d66b9e9..0000000 --- a/docs/extensions/highlighter.py +++ /dev/null @@ -1,13 +0,0 @@ -import re - -from markdown.postprocessors import Postprocessor -from markdown.extensions import Extension - -class HighlighterPostprocessor(Postprocessor): - def run(self, text): - print text - return text - -class HighlighterExtension(Extension): - def extendMarkdown(self, md, md_globals): - md.postprocessors.add('highlight', HighlighterPostprocessor(md)) diff --git a/docs/themes/readthedocs/base.html b/docs/themes/readthedocs/base.html deleted file mode 100644 index 9a705b4..0000000 --- a/docs/themes/readthedocs/base.html +++ /dev/null @@ -1,115 +0,0 @@ - - - -
- - - {% block htmltitle %} -