dataclasses-json icon indicating copy to clipboard operation
dataclasses-json copied to clipboard

Missing intersphinx mapping file

Open PhilippSelenium opened this issue 3 years ago • 0 comments

When including dataclasses_json in my project I cannot create an interpshinx mapping using the objects.inv file I have to exclude certain members of dataclasses_json in order to get the sphinx build running:

    :no-show-inheritance:
    :exclude-members: __eq__, __init__, __repr__, to_dict, to_json, schema, from_dict, from_json

PhilippSelenium avatar Nov 17 '21 07:11 PhilippSelenium