
report at bugs
Jun 12, 2008, 2:57 PM
Post #1 of 1
(74 views)
Permalink
|
|
[issue3097] sphinx: config option for exclude_dirnames
|
|
New submission from Marius Gedminas <marius[at]gedmin.as>: I'm building developer documentation for an existing project that already had reStructuredText files scattered in the source tree. Unfortunately these use the same extension (.txt) as functional doctest files, but fortunately tests live only in subdirectories named 'ftests'. Unfortunately, sphinx doesn't support globs in exclude_dirs or exclude_trees, so I cannot just exclude "**/ftests". It would help me if I could specify the exclude_dirnames option that's currently hardcoded inside BuildEnvironment.find_files in my conf.py. ---------- assignee: georg.brandl components: Documentation tools (Sphinx) messages: 68100 nosy: georg.brandl, mgedmin severity: normal status: open title: sphinx: config option for exclude_dirnames type: feature request _______________________________________ Python tracker <report[at]bugs.python.org> <http://bugs.python.org/issue3097> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|