Now it's broken on my Ubuntu box too. What I did exactly :
- sphinx-quickstart *without* separate dirs for source and build; this
generated _build and _source
- mv _source source; mv _build build; the idea here is that I changed
my mind after and wanted to split my sources and build dirs
I changed the paths wherever I thought seemed fit but I guess I missed
something :
Running Sphinx v0.6.3
loading pickled environment... done
building [html]: targets for 2 source files that are out of date
updating environment: [config changed] 0 added, 0 changed, 2 removed
WARNING: master file /home/yves/geoprisma/trunk/docs/source/index.rst
not found
looking for now-outdated files... none found
preparing documents... done
writing output... [ 50%]
GEP1.0
Exception occurred:
File "/usr/lib/python2.5/site-packages/Sphinx-0.6.3-py2.5.egg/sphinx/
environment.py", line 931, in get_toc_for
toc = self.tocs[docname].deepcopy()
KeyError: 'GEP1.0'
I tried renaming the pickles so that Sphinx would create new ones but
that failed. It worked for a while though ??
Yves
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---