Skip to content

fix: readthedocs after deeprank2 renaming#472

Merged
gcroci2 merged 11 commits intomainfrom
fix_readthedocs
Aug 31, 2023
Merged

fix: readthedocs after deeprank2 renaming#472
gcroci2 merged 11 commits intomainfrom
fix_readthedocs

Conversation

@gcroci2
Copy link
Copy Markdown
Collaborator

@gcroci2 gcroci2 commented Aug 31, 2023

This PR fixes readthedocs documentation for the newly named deeprank2 package. In particular:

  • as mentioned here, readthedocs builds without a configuration file are now deprecated. I added a .readthedocs.yml file to address it. The specific dependencies needed are now specified in docs/requirements.txt, as indicated in the newly added .yml file.
  • I updated a .md parser dependency to myst-parser as indicated here, since recommonmark won't be maintained anymore and is now deprecated.
  • I removed setuptools.config.read_configuration from docs/conf.py since it's now deprecated. We're now using configparser.ConfigParser().
  • I fixed the remaining old namings using the new deeprank2 nomenclature.

@gcroci2 gcroci2 self-assigned this Aug 31, 2023
@gcroci2 gcroci2 linked an issue Aug 31, 2023 that may be closed by this pull request
@gcroci2 gcroci2 merged commit 0a102c6 into main Aug 31, 2023
@gcroci2 gcroci2 deleted the fix_readthedocs branch August 31, 2023 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix readthedocs

1 participant