Mark Eichin schrieb:
> (saw this in 0.4.2, tried it in 0.5 since I noticed it was in
> debian-experimental and the problem still occurs...)
>
> "make html" copies source/.static, including the CVS subdir, into
> build/html/_static; if build is also cvs-managed[1] this breaks
> because it replaces CVS/Repository with one pointing at the original
> sources.
>
> I think this works with svn simply because of the if
> filename.startswith('.'): continue in StandaloneHTMLBuilder.finish
> (builder.py:667). Reading the code around there and experimenting a
> bit shows that adding "exclude_dirnames = ["CVS"]" to conf.py fixes
> the problem - is that the right approach, or might it make sense to
> add CVS explicitly to the exclusions there?
Yes, IIRC exclude_dirnames was even first added to solve this problem.
Georg
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---