biolab / orange3-educational

🍊 🎓 Educational widgets for machine learning and data mining in Orange 3.
Other
27 stars 20 forks source link

Documentation: enable building with html builder #121

Closed PrimozGodec closed 3 years ago

PrimozGodec commented 3 years ago
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 of make htmlhelp

Includes
codecov-commenter commented 3 years ago

Codecov Report

Merging #121 (71c1a97) into master (3be3086) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #121   +/-   ##
=======================================
  Coverage   82.87%   82.87%           
=======================================
  Files          17       17           
  Lines        2984     2984           
  Branches      350      350           
=======================================
  Hits         2473     2473           
  Misses        458      458           
  Partials       53       53           
Impacted Files Coverage Δ
orangecontrib/educational/widgets/__init__.py 100.00% <ø> (ø)

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 3be3086...71c1a97. Read the comment docs.