mirror of
https://github.com/kennethreitz-archive/sphinx-to-github.git
synced 2026-06-05 23:40:17 +00:00
6 lines
130 B
Python
Executable File
6 lines
130 B
Python
Executable File
#!/usr/bin/env python
|
|
import sys
|
|
from sphinxtogithub.sphinxtogithub import main
|
|
|
|
if __name__ == "__main__":
|
|
main(sys.argv[1:]) |