Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 2, 2024
1 parent adddaf4 commit d45c7f9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'jaraco.packaging.sphinx',
'sphinx_tabs.tabs',
'sphinxcontrib.apidoc',
"sphinxcontrib.towncrier.ext", # provides `towncrier-draft-entries` directive
'sphinxcontrib.towncrier.ext', # provides `towncrier-draft-entries` directive
]

# Conditional third-party extensions:
Expand Down Expand Up @@ -154,10 +154,12 @@

# -- Options for towncrier_draft extension -----------------------------------

towncrier_draft_autoversion_mode = "draft" # or: 'sphinx-version', 'sphinx-release'
# or: 'sphinx-version', 'sphinx-release'
towncrier_draft_autoversion_mode = 'draft'
towncrier_draft_include_empty = True
towncrier_draft_working_directory = PROJECT_ROOT_DIR
# towncrier_draft_config_path = "towncrier.toml" # "pyproject.toml" # relative to cwd
# towncrier_draft_config_path = "towncrier.toml" # "pyproject.toml" #
# relative to cwd


# Ref:
Expand Down

0 comments on commit d45c7f9

Please sign in to comment.