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

[pydeck] Move .readthedocs.yml to a subdirectory #8143

Closed
wants to merge 2 commits into from

Conversation

ajduberstein
Copy link
Collaborator

Follow up to #8142

Fixes the RTD documentation build by moving its config file to the pydeck project directory.

@@ -10,4 +10,5 @@ python:
build:
os: "ubuntu-22.04"
tools:
python: "3.9"
python: "3.8"
nodejs: "8.9.0"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is it using such an outdated version of node?

@@ -10,4 +10,5 @@ python:
build:
os: "ubuntu-22.04"
tools:
python: "3.9"
python: "3.8"
nodejs: "8.9.0"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
nodejs: "8.9.0"
nodejs: "18.18.2"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants