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 spelling and docstring enforcement #6669

Merged
merged 5 commits into from
Dec 23, 2022
Merged

Conversation

blink1073
Copy link
Member

No description provided.

@github-actions
Copy link
Contributor

Binder 👈 Launch a Binder on branch blink1073/notebook/more-ci-boost

@blink1073 blink1073 requested a review from jtpio December 23, 2022 12:59
@jtpio jtpio added this to the 7.0 milestone Dec 23, 2022
@@ -69,6 +69,9 @@ jobs:
- uses: actions/checkout@v3
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- run: |
sudo apt-get update
sudo apt install enchant-2 # for spelling
Copy link
Member

Choose a reason for hiding this comment

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

Does it mean we would need to install that package locally if we want to build the docs manually?

Copy link
Member

Choose a reason for hiding this comment

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

Ah ok just saw the try except block below, so it's probably fine and does prevent building the docs if the package is missing.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, on Windows it works automatically but on other systems you have to separately install enchant, so we add this block to avoid requiring the c library on posix.

Copy link
Member

@jtpio jtpio left a comment

Choose a reason for hiding this comment

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

Thanks!

@jtpio jtpio merged commit 840b425 into jupyter:main Dec 23, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants