Skip to content

Commit 031a6da

Browse files
committed
Try fixed changelog package
1 parent 545fb44 commit 031a6da

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from pathlib import Path
1616

1717
from packaging.version import Version
18-
from typing import List
1918

2019
sys.path.insert(0, str(Path(__file__).parent.parent.absolute()))
2120
ver = Version(
@@ -87,7 +86,7 @@
8786
"dev",
8887
]
8988

90-
changelog_section_classes = [] # type: List[str]
89+
changelog_caption_class = ""
9190

9291
changelog_inner_tag_sort = ["breaking", "deprecated", "feature", "bug", "refactor"]
9392
changelog_hive_secgions_from_tags = True

requirements-doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
changelog
21
furo
2+
git+https://github.com/dolfinus/changelog.git@custom_section_classes
33
numpydoc
44
sphinx
55
sphinx-autodoc-typehints

0 commit comments

Comments
 (0)