Closed pre-commit-ci[bot] closed 5 months ago
For reasons that are beyond me, the AutoAPI docs build is suddenly failing with a complaint about multiple cross-references to LinkRole
even though it's clearly defined in one module, and imported from that module in another. What the heck changed?
generating indices... /home/docs/checkouts/readthedocs.org/user_builds/catalystcoop-ferc-xbrl-extractor/checkouts/227/docs/autoapi/ferc_xbrl_extractor/xbrl/index.rst:183: WARNING: more than one target found for cross-reference 'LinkRole': ferc_xbrl_extractor.datapackage.LinkRole, ferc_xbrl_extractor.taxonomy.LinkRole
This problem only seems to exist in sphinx-autoapi>=3.1
so I've pinned the version for now. See this issue.
updates: