biolab / orange3-imageanalytics

🍊 :rice_scene: Orange3 add-on for dealing with image related tasks
GNU General Public License v3.0
32 stars 42 forks source link

Change documentation theme to sphinx_rtd_theme #200

Closed PrimozGodec closed 3 years ago

PrimozGodec commented 3 years ago

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.

PrimozGodec commented 3 years ago

https://github.com/biolab/orange3-imageanalytics/pull/201 should fix tests

codecov[bot] commented 3 years ago

Codecov Report

Merging #200 (f81700a) into master (5fea616) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #200   +/-   ##
=======================================
  Coverage   67.75%   67.75%           
=======================================
  Files          15       15           
  Lines        2810     2810           
  Branches      402      402           
=======================================
  Hits         1904     1904           
  Misses        790      790           
  Partials      116      116