mirror of
https://github.com/kennethreitz-archive/sphinx-to-github.git
synced 2026-06-05 23:40:17 +00:00
Added top-level objects from the sphinxtogithub package to __init__.py so that tests don't need to change their references
This commit is contained in:
@@ -8,4 +8,18 @@ __release__ = ".".join(map(str, VERSION))
|
||||
__author__ = "Michael Jones"
|
||||
__contact__ = "http://github.com/michaeljones"
|
||||
__homepage__ = "http://github.com/michaeljones/sphinx-to-github"
|
||||
__docformat__ = "restructuredtext"
|
||||
__docformat__ = "restructuredtext"
|
||||
|
||||
from sphinxtogithub import (
|
||||
setup,
|
||||
sphinx_extension,
|
||||
LayoutFactory,
|
||||
Layout,
|
||||
DirectoryHandler,
|
||||
VerboseRename,
|
||||
ForceRename,
|
||||
Remover,
|
||||
FileHandler,
|
||||
Replacer,
|
||||
NoDirectoriesError,
|
||||
)
|
||||
Reference in New Issue
Block a user