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
$ make html
sphinx-build -b html -d _build/doctrees . _build/html
Running Sphinx v2.1.2
Exception occurred:
File "/Users/denise.nava/ismir2018-oss-tutorial/doc/sphinxext/github.py", line 149, in setup
app.info('Initializing GitHub plugin')
AttributeError: 'Sphinx' object has no attribute 'info'
I fixed this by installing Sphinx 1.8.5. We can spec that version in our requirements, or update the github.py in our doc/ directory. What do you think?
The text was updated successfully, but these errors were encountered:
Hello @bmcfee!
Via Katie Kinnaird, we now get this:
I fixed this by installing Sphinx 1.8.5. We can spec that version in our requirements, or update the github.py in our doc/ directory. What do you think?
The text was updated successfully, but these errors were encountered: