mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
8 lines
117 B
Python
8 lines
117 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
import sys, os
|
||
|
|
||
|
project = 'Sphinx intl <Tests>'
|
||
|
source_suffix = '.txt'
|
||
|
keep_warnings = True
|