Hi!!! I am trying to generate the local html doc on a WinXP laptop... I installed setuptools, then easy-install SPHINX and failed whith "make html". Then, installed UnxUtils and somewhat able to "make html". Finally, in a command window did the makefile manually for the html tag... I am getting the following error message at the command prompt: *** C:\Archivos de programa\Python25\Lib\site-packages \Django-1.1\docs>sphinx-build -b html -d _build/doctrees -D latex_paper_size=letter . _build/html Running Sphinx v0.6.3
Theme error: no theme named 'default' found (missing theme.conf?) *** I can not find any "default theme" entry in the conf.py, so I added at the end of the html section of conf.py the following: html_theme = "default" html_theme_options = { "rightsidebar": "true", "relbarbgcolor": "black" } And, still getting the same error message...Why in sphinx unable to use de default theme? Thak you!!!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---