-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sphinx workflow #475
Sphinx workflow #475
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Importantly, move not copy.
|
129e229
to
b3b2502
Compare
683d504
to
b78254e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As stated in PR.
5938dea
to
94f68cc
Compare
We are finally at a stage where the build works and the error is because of something completely different. In this case, the download_checkpoints.py script is broken, because it was not updated by #467 . |
What still needs to be done here:
|
That is even a private module of |
Maybe we can fix this warning with the autodoc_mock_imports directive?
|
Remaining rst files added, README.md file split Fixing label duplication warnings and other warnings Requested changes applied pyproject.toml and doc.yml file added to trigger sphinx workflow Added all READMD.md files
fix optional dependencies
Add myst parser
add sklearn, skimage, torchvision in pyproject.toml
Fix all warm import
356cbda
to
2424928
Compare
Remove Executor as a parent to serial executor.
Remove Executor from `__all__`
Revert inheritance
In order to setup a GitHub Workflow we require gh-pages in fastsurfer repository where html pages will be deployed.