mosra / m.css

A no-nonsense, no-JavaScript CSS framework, site and documentation theme for content-oriented websites
https://mcss.mosra.cz
Other
406 stars 92 forks source link

Fix doxygen base path resolution #176

Closed marinjurjevic closed 3 years ago

marinjurjevic commented 4 years ago

Use top-level doxygen path as base path. In case of recursive descent, don't allow base path to be overriden.

codecov[bot] commented 4 years ago

Codecov Report

Merging #176 into master will increase coverage by 1.74%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #176      +/-   ##
===========================================
+ Coverage   98.25%   100.00%   +1.74%     
===========================================
  Files          27         1      -26     
  Lines        6647       353    -6294     
  Branches       44        44              
===========================================
- Hits         6531       353    -6178     
+ Misses        116         0     -116     
Impacted Files Coverage Δ
plugins/m/plots.py
plugins/m/math.py
documentation/_search.py
plugins/m/code.py
plugins/latex2svgextra.py
plugins/m/vk.py
plugins/m/gh.py
documentation/test/_search_test_metadata.py
plugins/m/alias.py
plugins/m/abbr.py
... and 15 more

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 e6eff54...a4107f4. Read the comment docs.

mosra commented 3 years ago

Merged in 49186598c89d739ebe1b149e460cf38f8bd360fb. Sorry for the delay :sweat_smile: