We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c694b4 commit 1a48355Copy full SHA for 1a48355
pyproject.toml
@@ -65,7 +65,7 @@ tests = [
65
66
doc = [
67
"ansys-sphinx-theme[autoapi]==1.6.3",
68
- "examples/local_launcher/example_httpserver_plugin @ {root:uri}",
+ "example-httpserver-plugin",
69
"grpcio==1.76.0",
70
"grpcio-health-checking==1.76.0",
71
"sphinx-click==6.1.0",
@@ -79,6 +79,9 @@ packages = [ "src/ansys" ]
79
[tool.uv]
80
package = true
81
82
+[tool.uv.sources]
83
+example-httpserver-plugin = { path = "examples/local_launcher/example_httpserver_plugin" }
84
+
85
[tool.ruff]
86
line-length = 120
87
extend-exclude = [ "examples/**/*.py" ]
0 commit comments