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

Move on from build_sphinx #4277

Closed
lilyminium opened this issue Sep 4, 2023 · 2 comments · Fixed by #4278
Closed

Move on from build_sphinx #4277

lilyminium opened this issue Sep 4, 2023 · 2 comments · Fixed by #4278
Assignees

Comments

@lilyminium
Copy link
Member

Problem

I think sphinx and setuptools integration is gone from 7 onwards -- see failures in #4276

I didn't think sphinx_rtd_theme supported 7.0 anyway but they should do from the next release, so let's fix this now than later.

@IAlibay
Copy link
Member

IAlibay commented Sep 4, 2023

Yeah it's a thing across the entire org I think.

@IAlibay
Copy link
Member

IAlibay commented Sep 4, 2023

Switching this to sphinx-build will probably do the trick?

- name: build_docs
if: ${{ inputs.build-docs == 'true' }}
shell: bash -l {0}
run: |
cd package && python setup.py build_sphinx -E --keep-going

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