[sphinx-dev] Re: KeyError; 'test' with sphinx v1.0b2

2010-06-28 Thread Alastair Dent
Issue solved.

I deleted the contents of my build directory.

rebuilt, and no 'test' error message was displayed.

On 28 June, 10:54, Alastair Dent  wrote:
> I was building successfully using default setup. altered the
> html_theme to point to a custom theme and got the following error
> (build completed successfully, as far as I can tell).
>
> Exception occurred:
>   File "c:\Python26\lib\site-packages\sphinx-1.0b2-py2.6.egg\sphinx
> \environment.py", line 1031, in get_toc_for
>     toc = self.tocs[docname].deepcopy()
> KeyError: 'test'
>
> I commented out my html_theme='csHelp' and added html_theme='default',
> then rebuilt. Same error.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.



[sphinx-dev] KeyError; 'test' with sphinx v1.0b2

2010-06-28 Thread Alastair Dent
I was building successfully using default setup. altered the
html_theme to point to a custom theme and got the following error
(build completed successfully, as far as I can tell).

Exception occurred:
  File "c:\Python26\lib\site-packages\sphinx-1.0b2-py2.6.egg\sphinx
\environment.py", line 1031, in get_toc_for
toc = self.tocs[docname].deepcopy()
KeyError: 'test'


I commented out my html_theme='csHelp' and added html_theme='default',
then rebuilt. Same error.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.