Closed PrimozGodec closed 3 years ago
Merging #237 (d00281e) into master (c9db4f6) will increase coverage by
0.04%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #237 +/- ##
==========================================
+ Coverage 73.29% 73.33% +0.04%
==========================================
Files 21 21
Lines 2973 2974 +1
==========================================
+ Hits 2179 2181 +2
+ Misses 794 793 -1
Impacted Files | Coverage Δ | |
---|---|---|
orangecontrib/network/widgets/__init__.py | 94.44% <ø> (ø) |
|
orangecontrib/network/widgets/graphview.py | 67.03% <0.00%> (-0.25%) |
:arrow_down: |
orangecontrib/network/network/community.py | 60.63% <0.00%> (+2.12%) |
:arrow_up: |
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 c9db4f6...d00281e. Read the comment docs.
Issue
In https://github.com/biolab/orange3-educational/pull/109 we changed the documentation theme to shpinx rtd theme. It was found out that it does not support htmlhelp builder.
Description of changes
Since with this theme, it is not required to build the documentation with htmlhelp I am changing the setting such that they are compatible with html builder. From now on we build documentation with
make html
instead ofmake htmlhelp
Includes