Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading