Skip to content
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

Fail to build with Sphinx > 1.6.0 #56

Open
jd opened this issue Sep 5, 2018 · 1 comment
Open

Fail to build with Sphinx > 1.6.0 #56

jd opened this issue Sep 5, 2018 · 1 comment

Comments

@jd
Copy link

jd commented Sep 5, 2018

Commit e8e63b1e9968abbaff46ddd7917d2b53cb505276 in Sphinx removed sphinx.builders.html.StandaloneHTMLBuilder.default_sidebars so build now fails with:

Exception occurred:
  File "/Users/jd/Source/gnocchi/.tox/docs-gnocchi.xyz/lib/python2.7/site-packages/sphinxcontrib/versioning/sphinx_.py", line 60, in builder_inited
    app.config.html_sidebars['**'] = StandaloneHTMLBuilder.default_sidebars + ['versions.html']
AttributeError: type object 'StandaloneHTMLBuilder' has no attribute 'default_sidebars'
@paddy-hack
Copy link

This can be fixed by applying #46 or #50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants