-
Notifications
You must be signed in to change notification settings - Fork 139
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
GitHub pages. #420
GitHub pages. #420
Conversation
As an example: https://dvkruchinin.github.io/datumaro/docs/ |
There seems to be an issue with Windows root certificates on our laptops (jQuery cannot be fetched), but it works as expected on any other computer. |
@TOsmanov Can we replace jQuery url with Google CDN https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js ? |
It's related with jquery cert issue |
I merged changes to my fork. Please take a look https://dvkruchinin.github.io/datumaro/docs/ |
from packaging import version | ||
import git | ||
|
||
MINIMUM_VERSION='1.5.0' |
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.
@dvkruchinin Could you change the version to 0.1.11
here? Datumaro has different versions than CVAT.
Summary
Adding the GitHub pages generation functionality.
How to test
Checklist
develop
branchLicense
Feel free to contact the maintainers if that's a concern.