catalyst-cooperative / ferc-xbrl-extractor

A tool for converting FERC filings published in XBRL into SQLite databases
MIT License
13 stars 1 forks source link

[pre-commit.ci] pre-commit autoupdate #227

Closed pre-commit-ci[bot] closed 5 months ago

pre-commit-ci[bot] commented 6 months ago

updates:

zaneselvans commented 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
zaneselvans commented 5 months ago

This problem only seems to exist in sphinx-autoapi>=3.1 so I've pinned the version for now. See this issue.