-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathCHANGELOG
More file actions
43 lines (30 loc) · 1.39 KB
/
CHANGELOG
File metadata and controls
43 lines (30 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
YYYY-MM-DD [YYYYMMDD]
[mod] remove further unnecessary colSpan and rowSpan (#35, #11)
[mod] replace deprecated warn methods (#38)
[mod] add mise.toml and a local develop environment in ./venv
[fix] Replace parse_version() with parse() (#42)
[fix] compatibility with docutils 0.22+ (#40)
[doc] switch sphinx theme from Pallets to Furo
[doc] remove obsolete articles
[doc] implement worklfow to build & deploy documentation
[mod] fix issues reported by: hatch run pylint-check
[mod] hatch run fix - code formatting using black & isort
[mod] switch develop environment to hatch
2024-09-24 [20240924]
[fix] export option to kernel-doc directive
[fix] kernel_include.py: cope with docutils 0.21
2023-10-20 [20231020]
[fix] build: don't include test folder in the distributed package
2023-06-29 [20230629]
Python 3.12 compatibility / imp replaced by importlib
2023-05-06 [20230506]
rename kernel-* commands into linuxdoc.* commands & add man pages
* Deprecated: The maintenance of the ``kernel-*`` command ends in
version 20230321. The ``kernel-*`` commands will be removed in a future
release: use the ``linuxdoc.*`` commands.
- kernel-doc --> linuxdoc.rest
- kernel-autodoc --> linuxdoc.autodoc
- kernel-lintdoc --> linuxdoc.lintdoc
- kernel-grepdoc --> linuxdoc.grepdoc
2023-03-21 [20230321] LICENSE AGPLv3+
* Changed: GNU Affero General Public License v3 or later (AGPLv3+)