Hi Bob, For example:
html_theme = 'themename' html_theme_path = '/path/to/parentdir' Sphinx will try to open '/path/to/parentdir/themename/theme.conf', so please rename your 'sphinx-theme-graphite-master' directory into 'graphite'. Regards, -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa On Sat, Dec 15, 2018 at 2:38 AM Bob DuCharme <[email protected]> wrote: > > I am trying to install https://github.com/Cartroo/sphinx-theme-graphite using > Sphinx 1.8.2. (The theme is almost 6 years old, so maybe it's build around an > older version of Sphinx.) > > I have these two lines in my conf.py, > > html_theme = 'graphite' > html_theme_path = ["/full/path/to/themedir/sphinx-theme-graphite-master/"] > > but wherever I put a copy of the theme.conf file that came with the theme, I > get this: > > no theme named 'graphite' found (missing theme.conf?) > > I got a little further when I renamed the directory containing the theme from > sphinx-theme-graphite-master to graphite and then set html_theme_path to > "/full/path/to/themedir/". I guess it found graphite/theme.conf, but I > eventually got "no module named graphite" although there is a graphite.py in > that directory. > > What am I missing? > > Thanks, > > Bob > > -- > 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 https://groups.google.com/group/sphinx-users. > For more options, visit https://groups.google.com/d/optout. -- 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 https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
