biolab / orange3-timeseries

🍊 :chart_with_upwards_trend: Orange add-on for analyzing, visualizing, manipulating, and forecasting time series data.
Other
62 stars 40 forks source link

Change documentation theme #173

Closed PrimozGodec closed 2 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.

codecov-commenter commented 3 years ago

Codecov Report

Merging #173 (f492dfd) into master (329bca6) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           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.