Skip to content

Commit 1b5b938

Browse files
authored
Fix path in documentation (#101)
1 parent a3fe99b commit 1b5b938

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"sphinxcontrib.apidoc",
3939
]
4040

41-
apidoc_module_dir = "../src/multiregex"
41+
apidoc_module_dir = "../multiregex"
4242
apidoc_output_dir = "api"
4343
apidoc_separate_modules = True
4444
apidoc_extra_args = ["--implicit-namespaces"]

0 commit comments

Comments
 (0)