question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AttributeError: type object 'Theme' has no attribute 'init_themes'

See original GitHub issue

I see the following stacktrace with make slides:

lib/python3.6/site-packages/hieroglyph/builder.py", line 50, in init_templates
    Theme.init_themes(self.confdir,

I am using:

  • Python: 3.6.1
  • Sphinx: 1.6.1
  • Hiefoglyph: 0.7.1

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
nyerglercommented, May 24, 2017

Sphinx 1.6 made significant changes to the underlying theme handling, which is probably the cause of this issue.

On Wed, May 24, 2017 at 8:44 AM, sanjioh notifications@github.com wrote:

+1

confirmed here on Python 3.5.3 Sphinx 1.6.1 Hieroglyph 0.7.1

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nyergler/hieroglyph/issues/124#issuecomment-303765085, or mute the thread https://github.com/notifications/unsubscribe-auth/AAfLmyxf6XS6x_1A6pncel28USbJ0XMlks5r9FBXgaJpZM4NhStH .

0reactions
bilderbuchicommented, Sep 7, 2017

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Django type object 'Template' has no attribute 'objects'?
i am using Django 1.10.5. this error comes when i click on AttributeError at /rentacar/list/.
Read more >
type object '_CleanResult' has no attribute 'from_link'` crash ...
Description AttributeError raised during pip install -r requirements.txt ... AttributeError: type object '_CleanResult' has no attribute ...
Read more >
type object 'Grocery' has no attribute 'objects' : r/django - Reddit
i run into this error when trying my hands on django-shopping-cart. error AttributeError: type object 'Grocery' has no attribute 'objects'.
Read more >
MoinMoinQuestions - MoinMoin
Error While Saving Page; 'module' object has no attribute 'getmro'; Moving my Wiki from one PC to another; Internal Server Error - Problem...
Read more >
AttributeError: type object 'object' has no attribute '__getattr__'
__getattr__(self, name) AttributeError: type object 'object' has no attribute '__getattr__'. This is the code: . . . import gdal tif = gdal.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found