Skip to content

Commit

Permalink
Merge pull request #5143 from myk002/myk_stonesense_changelog
Browse files Browse the repository at this point in the history
include stonesense changelog in generated unified changelog
  • Loading branch information
myk002 authored Dec 27, 2024
2 parents e6a9162 + 254a38e commit c77fc66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/dev/Documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,8 @@ changelogs are combined as part of the changelog build process:
* ``docs/changelog.txt`` for changes in the main ``dfhack`` repo
* ``scripts/changelog.txt`` for changes made to scripts in the ``scripts`` repo
* ``library/xml/changelog.txt`` for changes made in the ``df-structures`` repo
* ``plugins/stonesense/changelog.txt`` for changes made in the ``stonesense``
repo

Building the changelogs generates two files: ``docs/changelogs/news.rst`` and
``docs/changelogs/news-dev.rst``. These correspond to `changelog` and
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx_extensions/dfhack/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import copy
import itertools
import os
import sys

from sphinx.errors import ExtensionError, SphinxError, SphinxWarning

Expand All @@ -12,6 +11,7 @@
'docs/changelog.txt',
'scripts/changelog.txt',
'library/xml/changelog.txt',
'plugins/stonesense/changelog.txt',
)
CHANGELOG_PATHS = (os.path.join(DFHACK_ROOT, p) for p in CHANGELOG_PATHS)

Expand Down
2 changes: 1 addition & 1 deletion plugins/stonesense

0 comments on commit c77fc66

Please sign in to comment.