Skip to content

Commit 05b688c

Browse files
authored
Exclude slangpy docs as we redirect to dedicated docs site (#105)
This change excludes all of the slangpy docs from the RTD build, except for the index.rst, since we are currently using a redirect to point away from there towards the dedicated SlangPy RTD site for now. Excluding these docs will provide a reduction to the site's build times while a longer-term solution (as laid out in #96) is implemented.
1 parent 10cd820 commit 05b688c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def setup(app):
9191
"external/core-module-reference/global-decls/**",
9292
"external/core-module-reference/interfaces/**",
9393
"external/core-module-reference/types/**",
94-
"external/slangpy/docs/**",
94+
"external/slangpy/docs/index.rst",
9595
]
9696

9797
# Configure myst-parser for markdown files

0 commit comments

Comments
 (0)