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
It seems like with the release of Sphinx v2.1.1, this domain's use of typed fields isn't really working any more in documentation where more than one domain gets used in the documentation.
Please see issue 6478 on Sphinx itself; I believe the defect lies in a refactoring that happened there, and not really here. A workaround fix for this domain package is to insert a _doc_field_type_map = {} class variable declaration inside the HTTPResource class definition, I think.
The text was updated successfully, but these errors were encountered:
It seems like with the release of Sphinx v2.1.1, this domain's use of typed fields isn't really working any more in documentation where more than one domain gets used in the documentation.
Please see issue 6478 on Sphinx itself; I believe the defect lies in a refactoring that happened there, and not really here. A workaround fix for this domain package is to insert a
_doc_field_type_map = {}
class variable declaration inside theHTTPResource
class definition, I think.The text was updated successfully, but these errors were encountered: