Skip to content

Change autoapi_ignore to fix rtd#2530

Merged
freddyaboulton merged 3 commits into
mainfrom
fix-rtd-latest
Jul 20, 2021
Merged

Change autoapi_ignore to fix rtd#2530
freddyaboulton merged 3 commits into
mainfrom
fix-rtd-latest

Conversation

@freddyaboulton
Copy link
Copy Markdown
Contributor

Pull Request Description

Currently, RTD latest is breaking - https://readthedocs.com/projects/feature-labs-inc-evalml/builds/681063/

The problem is that I told autoapi to ignore test files with *test* but the problem is that RTD checks our code into a directory called latest so *test* ignores everything 🙈

I changed it so that only files in evalml/tests are ignored now.


After creating the pull request: in order to pass the release_notes_updated check you will need to update the "Future Release" section of docs/source/release_notes.rst to include this pull request by adding :pr:123.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 20, 2021

Codecov Report

Merging #2530 (9db8be1) into main (ce4a687) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #2530   +/-   ##
=====================================
  Coverage   99.7%   99.7%           
=====================================
  Files        283     283           
  Lines      25903   25903           
=====================================
  Hits       25802   25802           
  Misses       101     101           

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 ce4a687...9db8be1. Read the comment docs.

@freddyaboulton freddyaboulton merged commit b3e16f0 into main Jul 20, 2021
@freddyaboulton freddyaboulton deleted the fix-rtd-latest branch July 20, 2021 21:15
@chukarsten chukarsten mentioned this pull request Jul 22, 2021
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