-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError 'refdoc' #75
Comments
I cannot reproduce this. Can you copy the command that you run? Is your project available on GitHub for me to reproduce it? |
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'. |
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 |
I am getting a KeyError on the key 'refdoc' in ablog. See the attached error file.
sphinx-err.txt
Is there a work-around?
The text was updated successfully, but these errors were encountered: