-
Notifications
You must be signed in to change notification settings - Fork 6
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
AttributeError: 'ServiceDirective' object has no attribute 'get_field_type_map' #22
Labels
Comments
bowlofeggs
added a commit
to bowlofeggs/bodhi
that referenced
this issue
Jun 6, 2019
Sphinx 2.1.0 does not work with cornice_sphinx[0]. This is causing our CI to fail, but fixing it is not easy. For now, we are going to install an older Sphinx until we can figure out what to do to work with Sphinx >= 2.1.0. re fedora-infra#3300 [0] Cornices/cornice.ext.sphinx#22 Signed-off-by: Randy Barlow <[email protected]>
mergify bot
pushed a commit
to fedora-infra/bodhi
that referenced
this issue
Jun 6, 2019
Sphinx 2.1.0 does not work with cornice_sphinx[0]. This is causing our CI to fail, but fixing it is not easy. For now, we are going to install an older Sphinx until we can figure out what to do to work with Sphinx >= 2.1.0. re #3300 [0] Cornices/cornice.ext.sphinx#22 Signed-off-by: Randy Barlow <[email protected]>
mattiaverga
pushed a commit
to mattiaverga/bodhi
that referenced
this issue
Jun 10, 2019
Sphinx 2.1.0 does not work with cornice_sphinx[0]. This is causing our CI to fail, but fixing it is not easy. For now, we are going to install an older Sphinx until we can figure out what to do to work with Sphinx >= 2.1.0. re fedora-infra#3300 [0] Cornices/cornice.ext.sphinx#22 Signed-off-by: Randy Barlow <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the recently released Sphinx 2.1.0, it seems that
cornice_sphinx
might be using a different kind ofDirective
object than Sphinx is expecting:The text was updated successfully, but these errors were encountered: