Skip to content

Commit 161d95e

Browse files
committed
Fix typo in readthedocs config exclude paths
1 parent 0c81fae commit 161d95e

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
@@ -72,7 +72,7 @@ def setup(app):
7272
"external/stdlib-reference/index.md",
7373
"external/stdlib-reference/attributes/**",
7474
"external/stdlib-reference/global-decls/**",
75-
"external/stdlib-reference/interface/**",
75+
"external/stdlib-reference/interfaces/**",
7676
"external/stdlib-reference/types/**",
7777
"external/slangpy/docs/**",
7878
]

0 commit comments

Comments
 (0)