-
Notifications
You must be signed in to change notification settings - Fork 2
add req_docs to publish doc workflow #138
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
Conversation
@tuix Is the requirements_dev required for this pipeline? |
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.
@vnadhan if it is causing unnecessary complications, feel free to remove those badges. |
No issues showing the badges. the tab space causes a problem. I will commit a fix |
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.
Looks good now!
* add req_docs to publish doc workflow * Remove tabspace that caused a malfunction in sphinx docs * m2r2 module used for documentation is moved to requirements_docs * Docs pipeline does not need modules from requirements_dev Co-authored-by: Vishnu Nadhan <nadhan.vishnu@gmail.com>
* adding label propgation figure and updatinf kpidemo figure * Label propagation feature description * Update of labelPropagation documentation * Final version of the label propagation notebook documentation * Adding md file and figure for label propagation documentation * add req_docs to publish doc workflow (#138) * add req_docs to publish doc workflow * Remove tabspace that caused a malfunction in sphinx docs * m2r2 module used for documentation is moved to requirements_docs * Docs pipeline does not need modules from requirements_dev Co-authored-by: Vishnu Nadhan <nadhan.vishnu@gmail.com> * bump mvg version (#139) * Update mvg version * adding label propgation figure and updatinf kpidemo figure * Label propagation feature description * Update of labelPropagation documentation * Final version of the label propagation notebook documentation * Adding md file and figure for label propagation documentation * Update mvg version * Fixing black typo * Fixing the plotting error on analysis_classes for labelpropagation * Fixing lynting issues * Fixing lynting issue * Update the version of mvg * Adding feature description into index file * fix qutotation around feature name * Updating label_propagation feature description to fix typos and update version * Updating text in notebook to avoid misunderstandings Co-authored-by: Mohsen Nosratinia <mohsen.nosratinia@vikinganalytics.se> Co-authored-by: Vishnu Nadhan <nadhan.vishnu@gmail.com>
* adding label propgation figure and updatinf kpidemo figure * Label propagation feature description * Update of labelPropagation documentation * Final version of the label propagation notebook documentation * Adding md file and figure for label propagation documentation * add req_docs to publish doc workflow (#138) * add req_docs to publish doc workflow * Remove tabspace that caused a malfunction in sphinx docs * m2r2 module used for documentation is moved to requirements_docs * Docs pipeline does not need modules from requirements_dev Co-authored-by: Vishnu Nadhan <nadhan.vishnu@gmail.com> * bump mvg version (#139) * Update mvg version * adding label propgation figure and updatinf kpidemo figure * Label propagation feature description * Update of labelPropagation documentation * Final version of the label propagation notebook documentation * Adding md file and figure for label propagation documentation * Update mvg version * Fixing black typo * Fixing the plotting error on analysis_classes for labelpropagation * Fixing lynting issues * Fixing lynting issue * Update the version of mvg * Adding feature description into index file * fix qutotation around feature name * Updating label_propagation feature description to fix typos and update version * Updating text in notebook to avoid misunderstandings Co-authored-by: Mohsen Nosratinia <mohsen.nosratinia@vikinganalytics.se> Co-authored-by: Vishnu Nadhan <nadhan.vishnu@gmail.com>
Description
Publish docs workflow fails because it is not installing dependencies in
requirements_docs.txt
see https://github.com/vikinganalytics/mvg/actions/runs/1775390719New dependencies: (Added to requirements_*.txt)
Fixes # (potential issues that are fixed by this PR)
Type of Change
Checklist
Requirements