-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Rebuilding documentation
Michael Penkov edited this page Aug 24, 2023
·
1 revision
Gensim maintainers have a Github Actions workflow for rebuilding the documentation: https://github.com/RaRe-Technologies/gensim/actions/workflows/build-docs.yml
This is helpful if you don't want to (or are unable to) build the documentation locally. To use the workflow, you need to be a Gensim maintainer
- Push the contributor's work to a branch under the gensim repo
- Go to https://github.com/RaRe-Technologies/gensim/actions/workflows/build-docs.yml and click on the "Run workflow" dropdown
- Select the branch you pushed to and click "Run workflow"
- Wait for the workflow to complete
- The finished workflow will produce an artifact in the form of a patch (example)
- Download the patch, unzip it, and apply it to the contributor's work (git apply </path/to/patch>)
- Push the changes to the contributor's remote (git push )