Closed and-semakin closed 3 years ago
By the way, do you have an idea how the docs are published to the readthedocs? Is it done manually? I don't see anything related in the CI.
@Pliner
Merging #867 (51d9d04) into master (849b83e) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #867 +/- ##
=======================================
Coverage 93.36% 93.36%
=======================================
Files 11 11
Lines 1568 1568
Branches 186 186
=======================================
Hits 1464 1464
Misses 73 73
Partials 31 31
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 849b83e...51d9d04. Read the comment docs.
What do these changes do?
Fix
make docs
command to build documentation site locally. It used to fail like this:Are there changes in behavior for the user?
No. This fix is only for maintainers.
Checklist
CHANGES
folder<issue_id>.<type>
(e.g.588.bugfix
)issue_id
change it to the pr id after creating the PR.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.Fix issue with non-ascii contents in doctest text files.