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

Automated build of the doc is broken #203

Open
btravouillon opened this issue Jul 12, 2023 · 4 comments
Open

Automated build of the doc is broken #203

btravouillon opened this issue Jul 12, 2023 · 4 comments

Comments

@btravouillon
Copy link
Collaborator

Tests are failing:

The error is:

Usage:
pip install [options] [package-index-options] ...
pip install [options] -r [package-index-options] ...
pip install [options] [-e] ...
pip install [options] [-e] ...
pip install [options] <archive url/path> ...

no such option: --break-system-packages
Running Sphinx v6.2.1

Configuration error:
There is a programmable error in your configuration file:

Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/sphinx/config.py", line 354, in eval_config_file
exec(code, namespace) # NoQA: S102
File "/src/docs/conf.py", line 9, in
import sphinx_theme
ModuleNotFoundError: No module named 'sphinx_theme'

The GH ACtion is using container https://hub.docker.com/r/btdi/btd that was updated yesterday.

The issue might be related to this change, however a fix was pushed a couple of hours later. Is it possible that the container is not up-to-date?

@btravouillon
Copy link
Collaborator Author

The container used is Digest: sha256:33564ebfdb592625b7d9653526684e933b0bc56c5d45a87843e1311a2386620a.
This is the one that was published via https://github.com/buildthedocs/btd/actions/runs/5520224467/jobs/10066548616 on top of buildthedocs/btd@8712125... which should include the fix if my understanding is correct.

@satyaog
Copy link
Member

satyaog commented Jul 12, 2023

I think the same. The fix might be faulty.

@btravouillon
Copy link
Collaborator Author

I filed buildthedocs/btd#11 upstream.

@satyaog
Copy link
Member

satyaog commented Jul 13, 2023

Temporarily fixed by #204

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

No branches or pull requests

2 participants