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
32 stars 18 forks source link

🔧 MAINTAIN: Removed unused argument #66

Closed ZviBaratz closed 2 years ago

ZviBaratz commented 2 years ago

Removed unused path argument from _parse_docs_list(), resolves #65.

codecov[bot] commented 2 years ago

Codecov Report

Merging #66 (e7c39c0) into main (bb502db) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #66   +/-   ##
=======================================
  Coverage   90.75%   90.75%           
=======================================
  Files           6        6           
  Lines         660      660           
=======================================
  Hits          599      599           
  Misses         61       61           
Flag Coverage Δ
pytests 90.75% <100.00%> (ø)

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

Impacted Files Coverage Δ
sphinx_external_toc/parsing.py 92.09% <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 bb502db...e7c39c0. Read the comment docs.