abakan-zz / ablog

ABlog for blogging with Sphinx
ablog.readthedocs.org
Other
122 stars 35 forks source link

KeyError 'refdoc' #75

Open timcera opened 7 years ago

timcera commented 7 years ago

I am getting a KeyError on the key 'refdoc' in ablog. See the attached error file.

sphinx-err.txt

Is there a work-around?

abakan-zz commented 7 years ago

I cannot reproduce this. Can you copy the command that you run? Is your project available on GitHub for me to reproduce it?

timcera commented 7 years ago

I don't have a convenient way to get you the source. It is a main directory and conf.py linked to all of my projects. I use Sphinx + ABlog to make my website (http://timcera.bitbucket.org/). I use several Sphinx extensions and by commenting out each in turn found that the conflict is with 'sphinx.ext.autodoc' and 'sphinx.ext.autosummary'.

The command that I run is 'make html' which equates to 'sphinx-build -b html -d build/doctrees source build/html'.

nabobalis commented 6 years ago

A new version of Ablog (v0.9.0) is out at this repo.

This issue should be fixed now but we made it explicitly support Sphinx>=1.6.