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

πŸ‘Œ IMPROVE: Add `ensure_index_file` on build completion #21

Closed chrisjsewell closed 3 years ago

chrisjsewell commented 3 years ago

Ensures that an index.html exists for HTML builds.

codecov[bot] commented 3 years ago

Codecov Report

Merging #21 (8982d54) into main (58ba771) will increase coverage by 0.16%. The diff coverage is 86.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
+ Coverage   91.05%   91.21%   +0.16%     
==========================================
  Files           6        6              
  Lines         548      558      +10     
==========================================
+ Hits          499      509      +10     
  Misses         49       49              
Flag Coverage Ξ”
pytests 91.21% <86.66%> (+0.16%) :arrow_up:

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

Impacted Files Coverage Ξ”
sphinx_external_toc/events.py 88.96% <85.71%> (+0.68%) :arrow_up:
sphinx_external_toc/__init__.py 92.85% <100.00%> (+0.54%) :arrow_up:

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 58ba771...8982d54. Read the comment docs.