The warnings are just wrong formatted .rst files. I also tried renaming the folder and then got the same error as you did.
I have tested it now on Windows and Linux, in both cases all files from the specified directory are copied to the build directory, except for the '.htaccess'. The dot in front of it, is the problem. I kinda expected it to fail under Windows but even under Linux it's not copied. Guess I will have to file a bug report then. On Monday, September 23, 2013 2:44:55 PM UTC+2, shirou wrote: > > Hi Tobias, > > I tested on the Sphinx 1.2b2, and it seems work. > > If html_extra_path includes wrong filename, there is a warning, not error. > --------- > copying extra files... WARNING: html_extra_path entry > u'/home/shirou/tmp/sphinxtest/blah' does not exist > --------- > > Could you show us the "warnings" on your build log? > > Thank you, > WAKAYAMA Shirou > > > 2013/9/23 Tobias Dacoir <[email protected] <javascript:>>: > > I have tested the new html_extra_path config variable and put two files > in > > my folder: robots.txt and .htaccess - before using this option I > expanded > > the Makefile script to manually copy those two files. > > > > I am currently working on Windows (haven't had time to test it under > Linux > > yet) and the robots.txt gets copied but the .htaccess file is ignored. > > > > I get no error - is there any way to debug this? > > > > .... > > copying static files... done > > copying extra files... dumping search index... done > > dumping object inventory... done > > build succeeded, 2 warnings. > > > > Build finished. The HTML pages are in _build/html. > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "sphinx-users" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to [email protected] <javascript:>. > > To post to this group, send email to > > [email protected]<javascript:>. > > > Visit this group at http://groups.google.com/group/sphinx-users. > > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/groups/opt_out.
