You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add readthedocs.yaml, remove magic mock and old dependency locks (#78)
* specify sphinx and remove code causing warnings
* add readthedocs.yaml
* enable requirements.txt
* try - re include mock modules
* Revert "try - re include mock modules"
This reverts commit 56db6bd.
* try replacing magic mock with just mock
* replace mock with autodoc mock
* update copyright version to use the year
* cast to string
Pin pythonnet to 2.5.2 (or compatible) in setup.py (#53)
When testing the built WHL file, I noticed that pythonnet 3 is still installed despite updating requirements.txt. It turns out that we need to update `install_requires` in setup.py as well.
Fix readmes (#18)
* Fix readme files.
Readme files are not looking great when rendered. Small tweaks to fix them.
* Fix broken link in pull request template.