This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mgedmin
Recipients georg.brandl, mgedmin
Date 2008-06-12.21:57:52
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1213307873.74.0.0842689115594.issue3097@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-07-08 09:18:38georg.brandlsetspambayes_score: 0.179747 -> 0.0
2008-06-12 21:57:53mgedminsetspambayes_score: 0.179747 -> 0.179747
recipients: + mgedmin, georg.brandl
2008-06-12 21:57:53mgedminsetspambayes_score: 0.179747 -> 0.179747
messageid: <1213307873.74.0.0842689115594.issue3097@psf.upfronthosting.co.za>
2008-06-12 21:57:53mgedminlinkissue3097 messages
2008-06-12 21:57:52mgedmincreate