Skip to content

Commit f7b9c5f

Browse files
authored
Merge 4047976 into 4ff02dd
2 parents 4ff02dd + 4047976 commit f7b9c5f

File tree

11 files changed

+2660
-3
lines changed

11 files changed

+2660
-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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ dependencies = [
4747
"mdx_truly_sane_lists==1.3",
4848
"markdown-link-attr-modifier==0.2.1",
4949
"mdx-gh-links==0.4",
50+
"pyyaml==6.0.2",
5051
]
5152

5253
[project.urls]
@@ -175,6 +176,7 @@ extraPaths = [
175176
"./tests/system/libraries",
176177
# Used internally in NVDA
177178
"./miscDeps/python",
179+
"./include/nvda-mathcat/assets",
178180
]
179181

180182
# General config
@@ -298,10 +300,12 @@ package-dir = {"" = "source"}
298300
[tool.uv.sources]
299301
nvda-misc-deps = { workspace = true }
300302
configobj = { git = "https://github.com/DiffSK/configobj", rev = "8be54629ee7c26acb5c865b74c76284e80f3aa31" }
303+
nvda-mathcat = { workspace = true }
301304

302305
[tool.uv.workspace]
303306
members = [
304307
"miscDeps",
308+
"include/nvda-mathcat",
305309
]
306310

307311
[dependency-groups]
@@ -312,6 +316,7 @@ dev = [
312316
# Packaging NVDA
313317
"py2exe==0.13.0.2",
314318
"setuptools~=72.0",
319+
"nvda-mathcat",
315320
]
316321
lint = [
317322
"ruff==0.11.12",

0 commit comments

Comments
 (0)