Skip to content

chore(docs): fix import order for readthedocs build #1442

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

Merged
merged 1 commit into from
May 1, 2021

Conversation

nejch
Copy link
Member

@nejch nejch commented May 1, 2021

This partially reverts b498ebd. I noticed the builds are failing on RTD right now and it started with this commit.

Turns out RTD does not have gitlab in path because it does its own weird build, so we really need this hack. Here's requests doing the same: https://github.com/psf/requests/blob/c45a4dfe6bfc6017d4ea7e9f051d6cc30972b310/docs/conf.py#L23-L27

There might be cleaner solutions but if psf repos do it, I guess this is ok 🤣

@nejch nejch requested a review from JohnVillalovos May 1, 2021 19:44
@codecov-commenter
Copy link

Codecov Report

Merging #1442 (c3de1fb) into master (e46cacf) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1442   +/-   ##
=======================================
  Coverage   80.24%   80.24%           
=======================================
  Files          73       73           
  Lines        4064     4064           
=======================================
  Hits         3261     3261           
  Misses        803      803           
Flag Coverage Δ
unit 80.24% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 e46cacf...c3de1fb. Read the comment docs.

Copy link
Member

@JohnVillalovos JohnVillalovos left a comment

Choose a reason for hiding this comment

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

Makes sense. Thanks for catching this!

@JohnVillalovos JohnVillalovos merged commit b563cdc into master May 1, 2021
@nejch nejch deleted the chore/fix-readthedocs branch May 1, 2021 20:02
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.

3 participants