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

Remove path argument from _parse_docs_list #65

Closed ZviBaratz closed 2 years ago

ZviBaratz commented 2 years ago

Description / Summary

The _parse_docs_list() function accepts a path argument, which seems to be unused.

Value / benefit

Simplify codebase.

Implementation details

Remove unused parameter in function signature and calls.

Tasks to complete