Closed PrimozGodec closed 3 years ago
Merging #173 (f492dfd) into master (329bca6) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #173 +/- ##
=======================================
Coverage 72.43% 72.43%
=======================================
Files 7 7
Lines 809 809
Branches 133 133
=======================================
Hits 586 586
Misses 171 171
Partials 52 52
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 329bca6...f492dfd. Read the comment docs.
While ago we discussed that we will use the same documentation theme for add-ons. After some discussion, we decided on sphinx-rtd-theme. The alternative is Alabaster but its sidebar is not so readable and it breaks long addon names in two lines.
With this PR I am implementing the sphinx-rtd-theme. I also changed that the menu bar collapses on the medium screen already (before it collapsed on small screens). On the medium screen, the content column was narrow already and it works well for widget documentation in Orange since at the default Orange help window size the sidebar is collapsed.