mirror of
https://github.com/vale981/sphinx-multiversion
synced 2025-03-05 09:31:40 -05:00
5 lines
116 B
Python
Executable file
5 lines
116 B
Python
Executable file
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
import sys
|
|
from sphinx.ext.multiversion import main
|
|
sys.exit(main())
|