Added sphinxcontrib-towncrier integration

This commit is contained in:
Alex Root Junior 2022-11-07 06:35:55 +02:00
parent 08d35ed2b3
commit dedeff88ce
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
6 changed files with 28 additions and 3 deletions

View file

@ -19,7 +19,7 @@ html_theme_options = {}
html_css_files = [
"stylesheets/extra.css",
]
highlight_language = 'python3'
highlight_language = "python3"
extensions = [
"sphinx.ext.todo",
@ -30,6 +30,7 @@ extensions = [
"sphinx-prompt",
"sphinx_substitution_extensions",
"sphinx_copybutton",
"sphinxcontrib.towncrier.ext",
]
rst_prolog = f"""
@ -64,3 +65,7 @@ texinfo_documents = [
]
# add_module_names = False
towncrier_draft_autoversion_mode = 'draft'
towncrier_draft_include_empty = True
# towncrier_draft_working_directory = PROJECT_ROOT_DIR