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

Create example_thumbs while running conf.py #2572

Merged
merged 1 commit into from
May 5, 2021
Merged

Conversation

mwaskom
Copy link
Owner

@mwaskom mwaskom commented May 5, 2021

This is a little hacky, but including the thumbnail images in the build seems otherwise complicated because they are written into raw html source with an <img> tag, not using the sphinx image directive.

Fixes #2532

This is a little hacky, but including the thumbnail images in the build
seems otherwise complicated because they are written into raw html source
with an <img> tag, not using the sphinx image directive.

Fixes #2532
@mwaskom mwaskom added the docs label May 5, 2021
@mwaskom mwaskom added this to the v0.12.0 milestone May 5, 2021
@codecov
Copy link

codecov bot commented May 5, 2021

Codecov Report

Merging #2572 (bcdadc7) into master (ec8fcc9) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2572   +/-   ##
=======================================
  Coverage   97.45%   97.46%           
=======================================
  Files          17       17           
  Lines        6332     6340    +8     
=======================================
+ Hits         6171     6179    +8     
  Misses        161      161           
Impacted Files Coverage Δ
seaborn/_statistics.py 100.00% <100.00%> (ø)
seaborn/axisgrid.py 95.65% <100.00%> (+0.01%) ⬆️
seaborn/distributions.py 96.37% <100.00%> (ø)

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 afe5635...bcdadc7. Read the comment docs.

@mwaskom mwaskom merged commit 4f79753 into master May 5, 2021
@mwaskom mwaskom deleted the create_example_thumbs branch May 5, 2021 16:41
mwaskom added a commit that referenced this pull request Jun 18, 2021
As an alternative to creating the directory in conf.py

Cf #2572
mwaskom added a commit that referenced this pull request Jun 18, 2021
As an alternative to creating the directory in conf.py

Cf #2572
mwaskom added a commit that referenced this pull request Jun 19, 2021
As an alternative to creating the directory in conf.py

Cf #2572
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generating full documentation requires creating the example_thumbs first
1 participant