docs: sync
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Anna “CyberTailor” 2024-01-10 08:08:28 +05:00
parent 7301e8d1b6
commit b2219bd9aa
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1
3 changed files with 18 additions and 2 deletions

View File

@ -46,11 +46,13 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
manpages_url = 'https://docs.sysrq.in/{path}'
extlinks = {
'bug': ('https://bugs.sysrq.in/show_bug.cgi?id=%s', 'bug #%s')
'bug': ('https://bugs.sysrq.in/show_bug.cgi?id=%s', 'bug #%s'),
'pypi': ('https://pypi.org/project/%s/', '%s'),
}
intersphinx_mapping = {
'aiohttp': ('https://docs.aiohttp.org/en/stable', None),
'click': ('https://click.palletsprojects.com/en/latest', None),
'requests': ('https://requests.readthedocs.io/en/latest/', None),
}
# -- Options for HTML output -------------------------------------------------

View File

@ -12,7 +12,7 @@ interested in.
The following data sources are supported:
* `Gentoo Bugzilla`
* `Gentoo Bugzilla`_
* `Repology`_
.. _Gentoo Bugzilla: https://bugs.gentoo.org/

View File

@ -5,6 +5,20 @@
Release Notes
=============
0.3.0
-----
* New module: ``bugzilla``
* New command: Discover version bump requests.
* Dependencies introduced:
* :pypi:`python-bugzilla`
* :pypi:`requests`
* :pypi:`tabulate`
* :pypi:`pytest-recording` *(test)*
0.2.0
-----