executablebooks / sphinx-external-toc

A sphinx extension that allows the site-map to be defined in a single YAML file
https://sphinx-external-toc.readthedocs.io
MIT License
33 stars 18 forks source link

🐛 FIX: Remove `docname_join` use #15

Closed chrisjsewell closed 3 years ago

chrisjsewell commented 3 years ago

This is not required, because the docnames are all relative to the source folder, rather than to the file their toctree is in.

codecov[bot] commented 3 years ago

Codecov Report

Merging #15 (ca19369) into main (e71ac62) will decrease coverage by 0.17%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
- Coverage   90.32%   90.14%   -0.18%     
==========================================
  Files           5        5              
  Lines         465      467       +2     
==========================================
+ Hits          420      421       +1     
- Misses         45       46       +1     
Flag Coverage Δ
pytests 90.14% <83.33%> (-0.18%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
sphinx_external_toc/api.py 88.82% <66.66%> (-0.44%) :arrow_down:
sphinx_external_toc/events.py 89.28% <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 e71ac62...ca19369. Read the comment docs.