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 builds #10216

Merged
merged 1 commit into from
Feb 4, 2022
Merged

Fix docs builds #10216

merged 1 commit into from
Feb 4, 2022

Conversation

ajschmidt8
Copy link
Member

This PR fixes an issue with the doc builds. get_html_theme_path() was removed in the commit below. After some local testing, it seems that the lines in this PR can be removed without any issues.

This PR fixes an issues with the doc builds. `get_html_theme_path()` was removed in the commit below. After some local testing, it seems that the lines in this PR can be removed without any issues.

- pydata/pydata-sphinx-theme@579d7ce
@ajschmidt8 ajschmidt8 added bug Something isn't working non-breaking Non-breaking change labels Feb 4, 2022
Copy link
Member

@jakirkham jakirkham left a comment

Choose a reason for hiding this comment

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

Thanks AJ! 😄

@codecov
Copy link

codecov bot commented Feb 4, 2022

Codecov Report

Merging #10216 (8ca469b) into branch-22.04 (a7d88cd) will increase coverage by 0.06%.
The diff coverage is 0.00%.

Impacted file tree graph

@@               Coverage Diff                @@
##           branch-22.04   #10216      +/-   ##
================================================
+ Coverage         10.42%   10.48%   +0.06%     
================================================
  Files               119      122       +3     
  Lines             20603    20482     -121     
================================================
  Hits               2148     2148              
+ Misses            18455    18334     -121     
Impacted Files Coverage Δ
python/cudf/cudf/core/_base_index.py 0.00% <ø> (ø)
python/cudf/cudf/core/column/categorical.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/column/column.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/column/datetime.py 0.00% <ø> (ø)
python/cudf/cudf/core/column/numerical.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/column/string.py 0.00% <ø> (ø)
python/cudf/cudf/core/column/timedelta.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/column_accessor.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/dataframe.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/frame.py 0.00% <0.00%> (ø)
... and 27 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 0581975...8ca469b. Read the comment docs.

@ajschmidt8
Copy link
Member Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit c191d16 into rapidsai:branch-22.04 Feb 4, 2022
@ajschmidt8 ajschmidt8 deleted the fix-docs branch February 4, 2022 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants