Closed webknjaz closed 2 years ago
Looking at the source I noticed a weird try/except with identical code in the fallback part at https://github.com/sphinx-contrib/sphinxcontrib-towncrier/blob/3dcf71a/src/sphinxcontrib/towncrier/__init__.py#L106-L108. I think the except block meant to use fragment_directory.
except
fragment_directory
Looking at the source I noticed a weird try/except with identical code in the fallback part at https://github.com/sphinx-contrib/sphinxcontrib-towncrier/blob/3dcf71a/src/sphinxcontrib/towncrier/__init__.py#L106-L108. I think the
except
block meant to usefragment_directory
.