Closed jwlim closed 9 years ago
It looks like it's raising an exception during template rendering; a couple questions/suggestions:
slide_theme
set to in conf.py
? conf.py
and source files?make html
?I installed hieroglyph using easyinstall. Is there a chance that the development version is installed through this? I am running the 0.6.5 version of hieroglyph.
jwlim@jwlim-mbp-r ~/Documents/slides/hieroglyph-test $ easy_install hieroglyph
Searching for hieroglyph
Best match: hieroglyph 0.6.5
Processing hieroglyph-0.6.5-py2.7.egg
hieroglyph 0.6.5 is already the active version in easy-install.pth
Installing hieroglyph-quickstart script to /usr/local/bin
Using /usr/local/lib/python2.7/site-packages/hieroglyph-0.6.5-py2.7.egg
Processing dependencies for hieroglyph
Finished processing dependencies for hieroglyph
slide_theme
set to in conf.py
?html_theme = 'alabaster'
...
# -- Hieroglyph Slide Configuration ------------
extensions += [
'hieroglyph',
]
slide_theme = 'single-level'
slide_levels = 3
I also tried slides
and it didn't work.
conf.py
and source files?I did not make any changes to conf.py
after running hieroglyph-test
.
Thanks a lot for the support!
Thanks for the details.
Hieroglyph 0.6.5 has a known incompatibility with Sphinx 1.3, which was just released. See https://github.com/nyergler/hieroglyph/issues/84 for details.
I'm working on getting a new release out that will fix this, but until then you can work around it by forcing Sphinx to use the 1.2 series:
$ easy_install sphinx~=1.2.0
I'll also add a notice to the README momentarily.
Sorry for the trouble, thanks for reporting this!
Thanks for the quick answer! It solved the problem, and I look forward to the updated version of hieroglyph soon. :)
On Mon, Mar 16, 2015 at 11:59 AM, Nathan Yergler notifications@github.com wrote:
Closed #88 https://github.com/nyergler/hieroglyph/issues/88.
— Reply to this email directly or view it on GitHub https://github.com/nyergler/hieroglyph/issues/88#event-254953805.
Hello, I tried to run hieroglyph-test on my Mac, but failed to build slides. I wonder if this is a bug or due to system setting problems. I tested sphynx-test and it worked fine. Thanks,