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 build docs action #1755

Closed
rwedge opened this issue Oct 27, 2021 · 2 comments · Fixed by #1760
Closed

Fix build docs action #1755

rwedge opened this issue Oct 27, 2021 · 2 comments · Fixed by #1760
Assignees

Comments

@rwedge
Copy link
Contributor

rwedge commented Oct 27, 2021

The "build docs" github action is currently failing on main

Stacktrace:

make: Entering directory '/home/runner/work/featuretools/featuretools/docs'
rm -rf build/*
rm -rf source/generated/*
sphinx-build -b html -d build/doctrees  -W source build/html
Running Sphinx v3.2.1
WARNING:root:'PYARROW_IGNORE_TIMEZONE' environment variable was not set. It is required to set this environment variable to '1' in both driver and executor sides if you use pyarrow>=2.0.0. Koalas will set it for you but it does not work if there is a Spark context already launched.

Warning, treated as error:
node class 'meta' is already registered, its visitors will be overridden
make: *** [Makefile:60: html] Error 2
make: Leaving directory '/home/runner/work/featuretools/featuretools/docs'
Error: Process completed with exit code 2.

PYARROW warning has been around for a while, the "node class ..." warning is new and seems to be the issue

Link to recent run: https://github.com/alteryx/featuretools/runs/4023950259?check_suite_focus=true

@thehomebrewnerd
Copy link
Contributor

docutils was recently updated and caused build issues in other repos. Not sure if it could be causing an issue here as well, since the error message is different, but might try building with docutils pinned to 0.17.1 to see if that fixes the issue here as well.

@rwedge
Copy link
Contributor Author

rwedge commented Oct 27, 2021

sphinx-doc/sphinx#9777

Latest sphinx version pins docutils for us, might be a good time to upgrade our dev dependencies

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 a pull request may close this issue.

2 participants