8 lines
137 B
Python
8 lines
137 B
Python
# -*- /usr/bin/env python3
|
|
|
|
from sphinx.builders import Builder
|
|
|
|
|
|
class EscoriaBuilder(Builder):
|
|
name = 'escoria'
|
|
format = 'esc'
|