You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
Commit e8e63b1e9968abbaff46ddd7917d2b53cb505276 in Sphinx removed
sphinx.builders.html.StandaloneHTMLBuilder.default_sidebars
so build now fails with:The text was updated successfully, but these errors were encountered: