Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b91c5b

Browse files
committed
include stonesense changelog in generated unified changelog
1 parent 06cb875 commit 8b91c5b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/dev/Documentation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,8 @@ changelogs are combined as part of the changelog build process:
498498
* ``docs/changelog.txt`` for changes in the main ``dfhack`` repo
499499
* ``scripts/changelog.txt`` for changes made to scripts in the ``scripts`` repo
500500
* ``library/xml/changelog.txt`` for changes made in the ``df-structures`` repo
501+
* ``plugins/stonesense/changelog.txt`` for changes made in the ``stonesense``
502+
repo
501503

502504
Building the changelogs generates two files: ``docs/changelogs/news.rst`` and
503505
``docs/changelogs/news-dev.rst``. These correspond to `changelog` and

docs/sphinx_extensions/dfhack/changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import copy
33
import itertools
44
import os
5-
import sys
65

76
from sphinx.errors import ExtensionError, SphinxError, SphinxWarning
87

@@ -12,6 +11,7 @@
1211
'docs/changelog.txt',
1312
'scripts/changelog.txt',
1413
'library/xml/changelog.txt',
14+
'plugins/stonesense/changelog.txt',
1515
)
1616
CHANGELOG_PATHS = (os.path.join(DFHACK_ROOT, p) for p in CHANGELOG_PATHS)
1717

0 commit comments

Comments
 (0)