On 2012-09-03, Simon Holywell wrote: > I am writing a custom build script for a set of projects documented with > Sphinx. I want to be able to override the html_theme and html_theme_path > using -D arguments, but seem to be having an issue setting html_theme_path.
> The command I am running per project is the following (I have chopped the > file path lengths down for a little more readability): > sphinx-build -b html -D html_theme=treffynnon -D > html_theme_path=/home/user/_themes /home/user/sphinx/src > /home/user/output/docs > The error I am getting back when I execute the command is: > Theme error: > no theme named u'treffynnon' found (missing theme.conf?) Wild guess: did you try specifying html_theme_path before html_theme? Günter -- 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 sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.