gumyr / build123d

A python CAD programming library
Apache License 2.0
386 stars 72 forks source link

Use build123d.__version__ for readthedocs page title #574

Closed jdegenstein closed 4 months ago

jdegenstein commented 4 months ago

This PR fixes the page title of the readthedocs page to include the correct build123d version that was used to build it. Currently the parser is picking the wrong info from pyproject.toml, which makes the page title look like this:

image

Page title will now look more like this: image

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.39%. Comparing base (659ce3a) to head (cb64016).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #574 +/- ## ======================================= Coverage 96.39% 96.39% ======================================= Files 24 24 Lines 7853 7853 ======================================= Hits 7570 7570 Misses 283 283 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.