Merge pull request #5914 from RosettaCommons/revert-5573-vmullig/citation_info_in_docs
Temporarily revert "Ensure that the CitationManager exports citation information in the auto-generated documentation"
Reverts RosettaCommons/main#5573
This PR created the following problems:
- Unit tests time out on older hardware.
- Profile tests use more memory.
Both are likely due to some subset of movers, filters, etc. loading large amounts of data on instantiation (since all movers, filters, etc. are now instantiated once during XSD generation). This likely needs to be fixed before re-merging this.
@JackMaguire @roccomoretti