Skip to content

Commit 1a48355

Browse files
fix: Install doc dependency
1 parent 2c694b4 commit 1a48355

File tree

2 files changed

+331
-161
lines changed

2 files changed

+331
-161
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tests = [
6565

6666
doc = [
6767
"ansys-sphinx-theme[autoapi]==1.6.3",
68-
"examples/local_launcher/example_httpserver_plugin @ {root:uri}",
68+
"example-httpserver-plugin",
6969
"grpcio==1.76.0",
7070
"grpcio-health-checking==1.76.0",
7171
"sphinx-click==6.1.0",
@@ -79,6 +79,9 @@ packages = [ "src/ansys" ]
7979
[tool.uv]
8080
package = true
8181

82+
[tool.uv.sources]
83+
example-httpserver-plugin = { path = "examples/local_launcher/example_httpserver_plugin" }
84+
8285
[tool.ruff]
8386
line-length = 120
8487
extend-exclude = [ "examples/**/*.py" ]

0 commit comments

Comments
 (0)