mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
9 lines
144 B
Python
9 lines
144 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
master_doc = 'index'
|
|
numfig_format = {
|
|
'figure': 'Fig. %s',
|
|
'table': 'Table. %s',
|
|
'code-block': 'List.',
|
|
}
|