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

Upgrade sphinx to fix docs build #308

Merged
merged 1 commit into from
Mar 4, 2024
Merged

Conversation

aabmass
Copy link
Collaborator

@aabmass aabmass commented Mar 4, 2024

Upgrade sphinx to fix docs build which was failing with

docs-ci: commands[0]> make -C docs/ clean html    
make: Entering directory '/home/runner/work/opentelemetry-operations-python/opentelemetry-operations-python/docs'    
Running Sphinx v4.3.1    
    
Sphinx version error:    
The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0; it therefore cannot be built with this version.    
make: *** [Makefile:20: html] Error 2    
make: Leaving directory '/home/runner/work/opentelemetry-operations-python/opentelemetry-operations-python/docs'    
docs-ci: exit 2 (0.85 seconds) /home/runner/work/opentelemetry-operations-python/opentelemetry-operations-python> make -C docs/ clean html pid=1886    
docs-ci: FAIL code 2 (16.84=setup[15.99]+cmd[0.85] seconds)      
evaluation failed :( (17.38 seconds)      

```
docs-ci: commands[0]> make -C docs/ clean html
make: Entering directory '/home/runner/work/opentelemetry-operations-python/opentelemetry-operations-python/docs'
Running Sphinx v4.3.1

Sphinx version error:
The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0; it therefore cannot be built with this version.
make: *** [Makefile:20: html] Error 2
make: Leaving directory '/home/runner/work/opentelemetry-operations-python/opentelemetry-operations-python/docs'
docs-ci: exit 2 (0.85 seconds) /home/runner/work/opentelemetry-operations-python/opentelemetry-operations-python> make -C docs/ clean html pid=1886
  docs-ci: FAIL code 2 (16.84=setup[15.99]+cmd[0.85] seconds)
  evaluation failed :( (17.38 seconds)
```
@aabmass aabmass changed the title Fix CI failures at HEAD Upgrade sphinx to fix docs build Mar 4, 2024
@aabmass aabmass marked this pull request as ready for review March 4, 2024 21:58
@aabmass aabmass requested a review from a team as a code owner March 4, 2024 21:58
@aabmass aabmass requested a review from damemi March 4, 2024 21:58
@aabmass aabmass merged commit 49e7fdb into GoogleCloudPlatform:main Mar 4, 2024
16 checks passed
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 this pull request may close these issues.

2 participants