openforcefield / openff-toolkit

The Open Forcefield Toolkit provides implementations of the SMIRNOFF format, parameterization engine, and other tools. Documentation available at http://open-forcefield-toolkit.readthedocs.io
http://openforcefield.org
MIT License
301 stars 88 forks source link

Fix docs building #1899

Closed j-wags closed 1 week ago

j-wags commented 1 week ago

Docs builds started failing when a python 3.9-incompatible typing signature was added to a method declaration. This was the only use of the new style of signature so I changed it to a 3.9-compatible form. I also removed the python constraint so that docs would build using the latest version of python.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.71%. Comparing base (cce000c) to head (6b59cbd).

Additional details and impacted files