-
Notifications
You must be signed in to change notification settings - Fork 90
#462 python hosted documentation #546
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
#462 python hosted documentation #546
Conversation
@alallema Can you please run the checks again, as i have removed the slashes that were causing issues with pylint, |
When I run WARNING: html_static_path entry '_static' does not exist It looks like everything still build OK though. |
It will run fine, this path is for custom static content like HTML and css, if someone wants to add it apart from the one generated by sphinx. For now, i have commented it. If it will be required in the future we can uncomment it and use it. |
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.
Thank you so much for this amazing contribution @kaggrwal 🔥 🔥 🔥
LGTM!
Thanks again for contributing with Meilisearch ❤️
If you are participating in Hacktoberfest, and you would like to receive some swag from Meilisearch too, please complete this form.
bors merge |
This message is sent automatically Thanks again for contributing to Meilisearch ❤️ |
@@ -20,7 +20,8 @@ jobs: | |||
uses: dschep/install-pipenv-action@v1 | |||
- name: Install dependencies | |||
run: pipenv install --dev | |||
- uses: ammaraskar/sphinx-action@master | |||
- name: Build docs | |||
uses: ammaraskar/sphinx-action@master |
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.
@meilisearch/integration-team be careful using master
tag in github action. If you don't have the choice it's ok, but always prefer alternatives. You can have bad surprise without noticing it with master
if the maintainer is merging a buggy commit to master
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 is the way it gives in the doc, I will check how to use it differently
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.
Yes I saw, that's why I mention to check alternatives (not an emergency, just to warn you)
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.
I will open on issue about it
549: Add new docs links to pypi.org r=alallema a=brunoocasali After #546 we have now an automated documentation link, we should be able to say that to the user. Co-authored-by: Bruno Casali <[email protected]> Co-authored-by: Amélie <[email protected]>
Pull Request
Related issue
Fixes #462
What does this PR do?
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!