We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_towncrier_config
1 parent b19ccc3 commit 73ad036Copy full SHA for 73ad036
src/sphinxcontrib/towncrier/_towncrier.py
@@ -12,5 +12,5 @@ def get_towncrier_config(
12
project_path: Path,
13
final_config_path: Union[Path, None],
14
) -> Config:
15
- """Return the towncrier config dictionary."""
+ """Return the towncrier config in native format."""
16
return load_config_from_file(str(project_path), str(final_config_path))
0 commit comments