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

Master is broken: AttributeError: 'Sphinx' object has no attribute 'domains' #10

Closed
a3kov opened this issue Jun 25, 2017 · 2 comments
Closed

Comments

@a3kov
Copy link

a3kov commented Jun 25, 2017

Running Sphinx v1.6.2

Exception occurred:
  File "/home/crea/workspaces/python/repoze.sphinx.autointerface/repoze/sphinx/autointerface.py", line 104, in setup
    class InterfacePythonDomain(app.domains['py']):
AttributeError: 'Sphinx' object has no attribute 'domains'
@clokep
Copy link

clokep commented Jun 26, 2017

The domains property seems to have been removed in sphinx-doc/sphinx#3656 and I think this line needs to be replaced with the add_directive_to_domain method?

@dataflake
Copy link
Contributor

This has been solved a long time ago, closing.

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

3 participants