diff --git a/docs/dev/Documentation.rst b/docs/dev/Documentation.rst index b7618074a5..13eaf42da0 100644 --- a/docs/dev/Documentation.rst +++ b/docs/dev/Documentation.rst @@ -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 diff --git a/docs/sphinx_extensions/dfhack/changelog.py b/docs/sphinx_extensions/dfhack/changelog.py index 0767cc402e..c5ffdbc8ce 100644 --- a/docs/sphinx_extensions/dfhack/changelog.py +++ b/docs/sphinx_extensions/dfhack/changelog.py @@ -2,7 +2,6 @@ import copy import itertools import os -import sys from sphinx.errors import ExtensionError, SphinxError, SphinxWarning @@ -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) diff --git a/plugins/stonesense b/plugins/stonesense index b842fbd62a..c7893a1c7b 160000 --- a/plugins/stonesense +++ b/plugins/stonesense @@ -1 +1 @@ -Subproject commit b842fbd62a5b8b25935a18295f531c4c69046ef6 +Subproject commit c7893a1c7b14481262e54f5d7c6388c5f13c77e6