Skip to content

Commit edba358

Browse files
authored
remove dynamic-subs generation from html (#999)
1 parent 45c8f7d commit edba358

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change
99

1010
## [Unreleased]
1111

12+
### Fixed
13+
14+
- Fill-in-the-blank questions do not need dynamic-subs assets for HTML-format builds; now they will no longer be generated.
15+
1216
### Added
1317

1418
- Sometimes something goes wrong with the pretext resources in `~/.ptx`. You can now run `pretext init --system` to reinstall these resources for the current version. This will also try to run `npm install` for the css themes.

pretext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
VERSION = get_version("pretext", Path(__file__).parent.parent)
2020

21-
CORE_COMMIT = "1b65b63c3a83292c22b46cf1e12795c4dd519cc0"
21+
CORE_COMMIT = "2721dfdb393bcc2e66f7c07f279c81d132b7a75f"
2222

2323

2424
def activate() -> None:

pretext/constants.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"codelens",
2727
"datafile",
2828
"myopenmath",
29-
"dynamic-subs",
3029
],
3130
"pdf": [
3231
"webwork",
@@ -102,7 +101,6 @@
102101
"codelens",
103102
"datafile",
104103
"myopenmath",
105-
"dynamic-subs",
106104
],
107105
"webwork": [
108106
"webwork",

0 commit comments

Comments
 (0)