mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
"simple" item lists are not compacted. See http://docutils.sourceforge.net/FAQ.html#how-are-lists-formatted-in-html. Bullet lists like the "Indices and Tables" section look odd when they are not compacted. Therefore specially change any bullet list that only has paragraph's with pending_xrefs to use compact paragraphs instead. Implemented secnumber_suffix conf.py option. Default is '. '. Section numbers look better if changed to u'\u00a0\u00a0'.
15 lines
152 B
Plaintext
15 lines
152 B
Plaintext
.*\.pyc
|
|
.*\.egg
|
|
.*\.so
|
|
build/
|
|
dist/
|
|
tests/.coverage
|
|
sphinx/pycode/Grammar.*pickle
|
|
Sphinx.egg-info/
|
|
doc/_build/
|
|
TAGS
|
|
\.ropeproject/
|
|
^env/
|
|
\.DS_Store$
|
|
~$
|