Skip to content
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

DOC: use pypandoc-binary while building documentation #41

Merged
merged 3 commits into from
Feb 21, 2024

Conversation

SMoraisAnsys
Copy link
Collaborator

The idea of this PR is to be able to build the documentation on any self-hosted runner (or event locally) without having to install pandoc manually (error prone). Here, we leverage pypandoc-binary to use pandoc without installing it before running the documentation. A sphinx even hook is used to update the PATH environment variable if needed.

Note: the idea is to be able to work with new self hosted runners
without having to install pandoc manually everytime.
Here, we leverage pypandoc-binary to use pandoc without installing
it before running the documentation. A sphinx even hook is
used to update the PATH environment variable if needed.
@github-actions github-actions bot added documentation Improvements or additions to documentation maintenance Package and maintenance related labels Feb 21, 2024
@SMoraisAnsys SMoraisAnsys merged commit 293f28b into main Feb 21, 2024
17 checks passed
@SMoraisAnsys SMoraisAnsys deleted the doc/pypandoc_binary branch February 21, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants