mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
merge with trunk (not working perfectly yet)
This commit is contained in:
@@ -30,8 +30,8 @@ def test_core_config(app):
|
||||
assert cfg.latex_elements['docclass'] == 'scrartcl'
|
||||
|
||||
# simple default values
|
||||
assert 'exclude_dirs' not in cfg.__dict__
|
||||
assert cfg.exclude_dirs == []
|
||||
assert 'locale_dirs' not in cfg.__dict__
|
||||
assert cfg.locale_dirs == []
|
||||
assert cfg.trim_footnote_reference_space == False
|
||||
|
||||
# complex default values
|
||||
|
||||
Reference in New Issue
Block a user