Skip to content

Sphinx 2.1.2 breaks our github plugin #60

@tkell

Description

@tkell

Hello @bmcfee!

Via Katie Kinnaird, we now get this:

$ 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions