Perhaps I wasn't clear in my paragraph beginning "I got a little further", but I was describing how I tried just what you suggest. I get "ModuleNotFoundError: No module named 'graphite'" and there is a graphite.py file in themedir/graphite.
I just added the themedir/graphite directory to my $PYTHONPATH and then it worked. Thanks, Bob On Friday, December 14, 2018 at 12:38:35 PM UTC-5, Bob DuCharme 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.
