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

garden: add a garden file for jsonpickle.github.io update tasks #486

Merged
merged 3 commits into from Mar 19, 2024

Conversation

davvid
Copy link
Member

@davvid davvid commented Mar 19, 2024

Add a garden file for use with garden, a simple yet powerful command runner and git powertool.

Running garden doc will clone the github pages project and build the documentation into the pages repository.

Related-to: #484

doc: |
test -d pages || garden grow pages
python3 -m sphinx docs pages
fmt: black --skip-string-normalization --target-version py310 jsonpickle tests
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this target python 3.7 since that's the lowest version we support?

Copy link
Contributor

Choose a reason for hiding this comment

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

According to black documentation for --target-version, we should include every version supported.

@Theelx
Copy link
Contributor

Theelx commented Mar 19, 2024

I'm going to merge for now, and we can update the black target versions later.

@Theelx Theelx merged commit 91b0159 into jsonpickle:main Mar 19, 2024
5 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.

None yet

2 participants