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(docs): use pip to build the readthedocs #3225

Merged
merged 3 commits into from
Feb 7, 2022

Conversation

Kyle-Verhoog
Copy link
Member

The docs build was broken in #3027 due to needing additional dependencies like ninja and cmake and readthedocs not supporting custom build runners.

Particularly the python setup.py build --force command fails (which also does for me locally).

Copy link
Member

@brettlangdon brettlangdon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh nice, that was easy.

are we able to test this before we merge?

@Kyle-Verhoog
Copy link
Member Author

are we able to test this before we merge?

this is why it's still in draft, going to test it and confirm

@Kyle-Verhoog
Copy link
Member Author

Seems to have worked! https://readthedocs.org/projects/dd-trace-py-test/builds/15990961/

@Kyle-Verhoog Kyle-Verhoog marked this pull request as ready for review February 4, 2022 22:07
@Kyle-Verhoog Kyle-Verhoog requested a review from a team as a code owner February 4, 2022 22:07
@Kyle-Verhoog Kyle-Verhoog added the changelog/no-changelog A changelog entry is not required for this PR. label Feb 7, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #3225 (50ee8df) into master (6baed20) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3225   +/-   ##
=======================================
  Coverage   78.85%   78.85%           
=======================================
  Files         647      647           
  Lines       46945    46945           
=======================================
  Hits        37018    37018           
  Misses       9927     9927           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 75ead85...50ee8df. Read the comment docs.

@Kyle-Verhoog Kyle-Verhoog merged commit 327ff15 into DataDog:master Feb 7, 2022
@Kyle-Verhoog Kyle-Verhoog deleted the fix-doc-build branch February 7, 2022 16:37
@Kyle-Verhoog
Copy link
Member Author

Looks like we're good

image

https://readthedocs.org/projects/ddtrace/builds/

mabdinur pushed a commit that referenced this pull request Feb 8, 2022
Co-authored-by: Gabriele N. Tornetta <P403n1x87@users.noreply.github.com>
Co-authored-by: Tahir H. Butt <tahir.butt@datadoghq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/no-changelog A changelog entry is not required for this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants