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

fix building and linting on windows #2733

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Conversation

TheTripleV
Copy link
Member

No description provided.

@@ -161,7 +161,7 @@ def setup(app: Sphinx):
@(lambda breadcrumb: app.connect("source-read", breadcrumb))
def _(app, docname, content):
content[0] = redown(content[0])
Path(app.srcdir, docname).with_suffix(".rd").write_text(content[0])
# Path(app.srcdir, docname).with_suffix(".rd").write_text(content[0], encoding="utf8")
Copy link
Contributor

Choose a reason for hiding this comment

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

intentionally commented out?

@sciencewhiz sciencewhiz merged commit cbf2c5b into wpilibsuite:main Sep 10, 2024
10 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.

3 participants