]> git.pld-linux.org Git - packages/python3-aiohttp.git/blame - disable-towncrier.patch
- up to 3.8.1
[packages/python3-aiohttp.git] / disable-towncrier.patch
CommitLineData
6241f097
JR
1Extension error (sphinxcontrib.towncrier):
2Handler <bound method TowncrierDraftEntriesEnvironmentCollector.get_outdated_docs of <sphinxcontrib.towncrier.TowncrierDraftEntriesEnvironmentCollector object at 0xf5667f58>> for event 'env-get-outdated' threw an exception (exception: The template file '/home/users/baggins/devel/PLD/rpm/BUILD/aiohttp-3.8.1/CHANGES/.TEMPLATE.rst' does not exist.)
3
4--- aiohttp-3.8.1/docs/conf.py~ 2021-11-14 21:05:00.000000000 +0100
5+++ aiohttp-3.8.1/docs/conf.py 2021-11-29 22:01:37.743925807 +0100
6@@ -54,7 +54,6 @@
7 # Third-party extensions:
8 "sphinxcontrib.asyncio",
9 "sphinxcontrib.blockdiag",
10- "sphinxcontrib.towncrier", # provides `towncrier-draft-entries` directive
11 ]
12
13
14@@ -439,10 +438,3 @@
15 ("py:exc", "HTTPMethodNotAllowed"), # undocumented
16 ("py:class", "HTTPMethodNotAllowed"), # undocumented
17 ]
18-
19-# -- Options for towncrier_draft extension -----------------------------------
20-
21-towncrier_draft_autoversion_mode = "draft" # or: 'sphinx-version', 'sphinx-release'
22-towncrier_draft_include_empty = True
23-towncrier_draft_working_directory = PROJECT_ROOT_DIR
24-# Not yet supported: towncrier_draft_config_path = 'pyproject.toml' # relative to cwd
25--- aiohttp-3.8.1/docs/changes.rst~ 2021-11-14 21:05:00.000000000 +0100
26+++ aiohttp-3.8.1/docs/changes.rst 2021-11-29 22:05:27.441003864 +0100
27@@ -4,14 +4,7 @@
28 Changelog
29 =========
30
31-To be included in v\ |release| (if present)
32-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33-
34-.. towncrier-draft-entries:: |release| [UNRELEASED DRAFT]
35-
36 Released versions
37 ^^^^^^^^^^^^^^^^^
38
39 .. include:: ../CHANGES.rst
40-
41-.. include:: ../HISTORY.rst
This page took 0.081631 seconds and 4 git commands to generate.