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

Install furo if it is not available #6408

Merged
merged 1 commit into from Jul 1, 2022
Merged

Conversation

radarhere
Copy link
Member

Running make doccheck without furo installed leads to

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C docs html
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-sphinx
python3 -c "import sphinx" > /dev/null 2>&1 || python3 -m pip install sphinx
python3 -m sphinx.cmd.build -b html -W --keep-going -d _build/doctrees   . _build/html
Running Sphinx v4.4.0
loading translations [en]... done
loading pickled environment... done

Theme error:
no theme named 'furo' found (missing theme.conf?)
make[1]: *** [html] Error 2
make: *** [doccheck] Error 2

This PR installs furo as part of install-sphinx.

@hugovk hugovk added the automerge Automatically merge PRs that are ready label Jul 1, 2022
@mergify mergify bot merged commit 79329fb into python-pillow:main Jul 1, 2022
@radarhere radarhere deleted the furo branch July 1, 2022 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge PRs that are ready Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants