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

Example of strange TOC message when building with a blank page #53

Closed choldgraf closed 1 year ago

choldgraf commented 2 years ago

This PR shows off a minimal change to the docs that results in a confusing bug message.

Check out the RTD build for the error: https://readthedocs.org/projects/sphinx-external-toc/builds/14702185/

codecov[bot] commented 2 years ago

Codecov Report

Base: 91.06% // Head: 91.06% // No change to project coverage :thumbsup:

Coverage data is based on head (8e413cd) compared to base (4e83bb6). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #53 +/- ## ======================================= Coverage 91.06% 91.06% ======================================= Files 7 7 Lines 739 739 ======================================= Hits 673 673 Misses 66 66 ``` | Flag | Coverage Δ | | |---|---|---| | pytests | `91.06% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks#carryforward-flags-in-the-pull-request-comment) to find out more. Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

choldgraf commented 1 year ago

I updated from main and I think this is now working again 👍