Skip to content

Commit 7445b8e

Browse files
authored
Merge a1ba905 into 5e9c47f
2 parents 5e9c47f + a1ba905 commit 7445b8e

Some content is hidden

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

81 files changed

+304811
-0
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
@@ -168,6 +168,7 @@ extraPaths = [
168168
"./tests/system/libraries",
169169
# Used internally in NVDA
170170
"./miscDeps/python",
171+
"./include/nvda-mathcat/assets",
171172
]
172173

173174
# General config
@@ -291,10 +292,12 @@ package-dir = {"" = "source"}
291292
[tool.uv.sources]
292293
nvda-misc-deps = { workspace = true }
293294
configobj = { git = "https://github.com/DiffSK/configobj", rev = "8be54629ee7c26acb5c865b74c76284e80f3aa31" }
295+
nvda-mathcat = { workspace = true }
294296

295297
[tool.uv.workspace]
296298
members = [
297299
"miscDeps",
300+
"include/nvda-mathcat",
298301
]
299302

300303
[dependency-groups]
@@ -305,6 +308,7 @@ dev = [
305308
# Packaging NVDA
306309
"py2exe==0.13.0.2",
307310
"setuptools~=72.0",
311+
"nvda-mathcat",
308312
]
309313
lint = [
310314
"ruff==0.11.12",

0 commit comments

Comments
 (0)