Skip to content

Commit 111a571

Browse files
authored
Merge a266836 into 57c469b
2 parents 57c469b + a266836 commit 111a571

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+304748
-3
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@
4242
path = .vscode
4343
url = https://github.com/nvaccess/vscode-nvda.git
4444
ignore = dirty
45+
[submodule "source/mathPres/MathCAT/nvda-mathcat"]
46+
path = source/mathPres/MathCAT/nvda-mathcat
47+
url = https://github.com/ryanmccleary/nvda-mathcat
48+
[submodule "include/nvda-mathcat"]
49+
path = include/nvda-mathcat
50+
url = https://github.com/ryanmccleary/nvda-mathcat

include/nvda-mathcat

Submodule nvda-mathcat added at d55ebdd

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ extraPaths = [
175175
"./tests/system/libraries",
176176
# Used internally in NVDA
177177
"./miscDeps/python",
178+
"./include/nvda-mathcat/assets",
178179
]
179180

180181
# General config
@@ -298,10 +299,12 @@ package-dir = {"" = "source"}
298299
[tool.uv.sources]
299300
nvda-misc-deps = { workspace = true }
300301
configobj = { git = "https://github.com/DiffSK/configobj", rev = "8be54629ee7c26acb5c865b74c76284e80f3aa31" }
302+
nvda-mathcat = { workspace = true }
301303

302304
[tool.uv.workspace]
303305
members = [
304306
"miscDeps",
307+
"include/nvda-mathcat",
305308
]
306309

307310
[dependency-groups]
@@ -312,6 +315,7 @@ dev = [
312315
# Packaging NVDA
313316
"py2exe==0.13.0.2",
314317
"setuptools~=72.0",
318+
"nvda-mathcat",
315319
]
316320
lint = [
317321
"ruff==0.11.12",

0 commit comments

Comments
 (0)