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

Build zipped HTML instead of PDF #715

Merged
merged 2 commits into from
Jan 18, 2022
Merged

Build zipped HTML instead of PDF #715

merged 2 commits into from
Jan 18, 2022

Conversation

duckontheweb
Copy link
Contributor

@duckontheweb duckontheweb commented Jan 17, 2022

Related Issue(s):

N/A

Description:

Uses zipped HTML instead of PDF as our downloadable documentation format since PyData theme does not support LateX builds (we had already disabled PDF builds due to another issue with packaging the notebooks). This will provide a downloadable version of the docs that mimics our online docs as closely as possible.

PR Checklist:

  • Code is formatted (run pre-commit run --all-files)
  • Tests pass (run scripts/test)
  • Documentation has been updated to reflect changes, if applicable
  • This PR maintains or improves overall codebase code coverage.
  • Changes are added to the CHANGELOG. See the docs for information about adding to the changelog.

@codecov-commenter
Copy link

codecov-commenter commented Jan 17, 2022

Codecov Report

Merging #715 (198052f) into main (f1051f9) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #715   +/-   ##
=======================================
  Coverage   94.30%   94.30%           
=======================================
  Files          77       77           
  Lines       11250    11250           
  Branches     1342     1342           
=======================================
  Hits        10609    10609           
  Misses        461      461           
  Partials      180      180           

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 f1051f9...198052f. Read the comment docs.

@duckontheweb duckontheweb merged commit 0927ada into main Jan 18, 2022
@duckontheweb duckontheweb deleted the fix/readthedocs-build branch January 18, 2022 16:43
@duckontheweb duckontheweb added this to the 1.3.0 milestone Jan 18, 2022
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