X Tutup
Skip to content

MAINT added early checks for dependencies for doc building#7828

Merged
dopplershift merged 1 commit intomatplotlib:masterfrom
NelleV:DOC_early_checks_2
Jan 16, 2017
Merged

MAINT added early checks for dependencies for doc building#7828
dopplershift merged 1 commit intomatplotlib:masterfrom
NelleV:DOC_early_checks_2

Conversation

@NelleV
Copy link
Copy Markdown
Member

@NelleV NelleV commented Jan 14, 2017

This patch addresses at least partially #7793 by adding an early check on the presence of pillow's dependencies. It avoids the documentation to fail building after 20 minutes.

I was not able to build the documentation at this point and am thus unable to confirm that all dependencies are checked for early on.

@tacaswell
Copy link
Copy Markdown
Member

@NelleV Why can't you build the docs?

@tacaswell tacaswell added this to the 2.1 (next point release) milestone Jan 14, 2017
@NelleV
Copy link
Copy Markdown
Member Author

NelleV commented Jan 14, 2017

Because a new module was added, and the setup.py was not updated. I am fixing this right now and creating a new pull requests, but I am taking this opportunity to do a bit of cleaning up.

@NelleV
Copy link
Copy Markdown
Member Author

NelleV commented Jan 14, 2017

It turns out that my code was just too old. I did start a bit of refactoring so I am going to finish this up, but I'll be able to tests the documentation building again soon.

@NelleV
Copy link
Copy Markdown
Member Author

NelleV commented Jan 14, 2017

So… On a fresh conda environments, it seems that this patch checks for all early dependencies on linux.

@codecov-io
Copy link
Copy Markdown

codecov-io commented Jan 14, 2017

Current coverage is 62.09% (diff: 100%)

Merging #7828 into master will decrease coverage by <.01%

@@             master      #7828   diff @@
==========================================
  Files           174        174          
  Lines         56052      56052          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits          34809      34807     -2   
- Misses        21243      21245     +2   
  Partials          0          0          

Powered by Codecov. Last update 9edcb03...be0fb7d

@tacaswell tacaswell changed the title MAINT added early checks for dependencies for doc building [MRG+1] MAINT added early checks for dependencies for doc building Jan 14, 2017
Copy link
Copy Markdown
Contributor

@dopplershift dopplershift left a comment

Choose a reason for hiding this comment

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

👍

@dopplershift dopplershift merged commit 7c8ce05 into matplotlib:master Jan 16, 2017
@dopplershift dopplershift changed the title [MRG+1] MAINT added early checks for dependencies for doc building MAINT added early checks for dependencies for doc building Jan 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup