AttributeError: type object 'Theme' has no attribute 'init_themes'
See original GitHub issueI 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:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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:
Thanks!