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

Add package build doc #32

Merged
merged 5 commits into from
Sep 23, 2024
Merged

Add package build doc #32

merged 5 commits into from
Sep 23, 2024

Conversation

leijerry888
Copy link
Collaborator

Add developer's guide for packaging and publishing constrain with poetry. Repackaging constrain is needed for all backends / GUI updates during local testing.

@leijerry888 leijerry888 self-assigned this Apr 17, 2024

## Install `poetry`
```
curl -sSL https://install.python-poetry.org | python3 -
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also add instructions for Windows? Or at least specify that this is for Unix?

Comment on lines +39 to +44
# Build the Documentation locally

- Install sphinx: `pip install sphinx==7.3.7`
- Build documentation: `poetry run sphinx-build .\docs\source\ .\docs\`

This will create all the `*.html` files in the `.\docs` folder.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added instruction on how to build the documentation since I've been working on updating it.

@leijerry888 leijerry888 marked this pull request as ready for review September 23, 2024 21:14
@leijerry888 leijerry888 merged commit 673d33b into develop Sep 23, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants