ok, the error is gone.
I commented out the following line at conf.py:
#html_static_path = ['.static']

The problem with the search persists (it does not come to an end).
Firebug says "this._index is null". This looks like a problem
generating the index???

Later,
Mark


On 6 Dez., 11:03, mark <[EMAIL PROTECTED]> wrote:
> Hi Georg,
>
> I have a problem when building html documentation. Unfortunately I do
> not understand what the problem exactly is. In the list I found
> something similar which was connected to CVS. Do you think this has
> something to do with putting the sources into a Mercurial repo?
>
> Besides this error the build works and the documentation looks still
> fine. Search does not work any more...
>
> [EMAIL PROTECTED]:~/devel/tam$ ./sphinx
> No builder selected, using default: html
> Sphinx v0.5, building html
> loading pickled environment... done
> building [html]: targets for 1 source files that are out of date
> updating environment: 0 added, 1 changed, 0 removed
> reading sources... index
> pickling environment... done
> checking consistency... WARNING: /home/mark/devel/tam/source/Legacy-
> Code/legacy-code.rst:: document isn't included in any toctree
> WARNING: /home/mark/devel/tam/source/Unit-Tests/nose.rst:: document
> isn't included in any toctree
> done
> preparing documents... WARNING: search index couldn't be loaded, but
> not all documents will be built: the index will be incomplete.
> done
> writing output... index
> writing additional files... search
> copying static files... Exception occurred:
>   File "/home/mark/tools/sphinx/sphinx/builder.py", line 665, in
> finish
>     for filename in os.listdir(staticdirname):
> OSError: [Errno 2] No such file or directory: '/home/mark/devel/tam/
> source/.static'
> The full traceback has been saved in /tmp/sphinx-err-tsizF4.log, if
> you want to report the issue to the author.
> Please also report this if it was a user error, so that a better error
> message can be provided next time.
> Send reports to [EMAIL PROTECTED] Thanks!
> [EMAIL PROTECTED]:~/devel/tam$ cat /tmp/sphinx-err-tsizF4.log
> Traceback (most recent call last):
>   File "/home/mark/tools/sphinx/sphinx/__init__.py", line 128, in main
>     app.build(all_files, filenames)
>   File "/home/mark/tools/sphinx/sphinx/application.py", line 124, in
> build
>     self.builder.build_update()
>   File "/home/mark/tools/sphinx/sphinx/builder.py", line 250, in
> build_update
>     'out of date' % len(to_build))
>   File "/home/mark/tools/sphinx/sphinx/builder.py", line 293, in build
>     self.finish()
>   File "/home/mark/tools/sphinx/sphinx/builder.py", line 665, in
> finish
>     for filename in os.listdir(staticdirname):
> OSError: [Errno 2] No such file or directory: '/home/mark/devel/tam/
> source/.static'
> [EMAIL PROTECTED]:~/devel/tam$
>
> Regards,
> Mark
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to