Hi, I think you got subdir.pot by 'make gettext'. If you want to get subdir/c.pot and subdir2/d.pot instead of subdir.pot file, you need to specify the gettext_compact=False option in your conf.py. http://sphinx-doc.org/config.html#confval-gettext_compact
If you didn't get the subdir.pot by 'make gettext', there is another problem I think. Regards, -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa 2014/1/5 Volkan Gezer <[email protected]>: > Hi, > > Let's say we have those directory structure: > > a.rst > b.rst > subdir/c.rst > subdir2/d.rst > > When I use make gettext, I only can see pot files for a.rst and b.rst, but > not for c and d in subdirectories. Do you know why this happens? > > Thanks, > > -- > You received this message because you are subscribed to the Google Groups > "sphinx-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sphinx-users. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/groups/opt_out.
