1 """Script for preparing the html output of the Sphinx documentation system for
4 from __future__
import absolute_import
, division
, unicode_literals
6 VERSION
= (1, 1, 0, 'dev')
8 __version__
= ".".join(map(str, VERSION
[:-1]))
9 __release__
= ".".join(map(str, VERSION
))
10 __author__
= "Michael Jones"
11 __contact__
= "http://github.com/michaeljones"
12 __homepage__
= "http://github.com/michaeljones/sphinx-to-github"
13 __docformat__
= "restructuredtext"
15 from .sphinxtogithub
import (