-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: Autogeneration api documentation files for mkdocs #311
Conversation
@@ -5,6 +5,9 @@ channels: | |||
dependencies: | |||
- python >=3.8.1,<4 | |||
- pip | |||
- pip: |
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.
this pip:
section should be at the end of the file and should be included just in the case that the build_system is poetry and the doc engine is mkdocs
@xmnlab In local |
oh .. the issue is not inside the tests .. it is in the CI job installation: it happens probably because there is a new release of paginate, and conda install it, but during the installation with poetry, it installs the previous version pin the previous version (0.5.6) here https://github.com/osl-incubator/scicookie/blob/main/conda/dev.yaml#L15 |
@xmnlab I need your help, I have solved several problems that have arisen and now this appears. It is with respect to the build package, in local it shows me: |
Coul you open a new PR with no changes .. just to check if the ci is working? You can create a commit with a flag called --allow-empty |
@xmnlab I did it and the IC does not work. |
907d36e
to
bf5a37b
Compare
@xmnlab After several details the CI is running. |
Great! Yep, for now it is just used by mkdocs .. otherwise it shpuld be removed |
54391ff
to
a5d9013
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.
thanks @YurelyCamacho !
🎉 This PR is included in version 0.10.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Pull Request description
Auto generation api documentation files for mkdocs
Fixes #309
How to test these changes
...
Pull Request checklists
This PR is a:
About this PR:
Author's checklist:
complexity.
Reviewer's Checklist
main
branch