Skip to content

Commit a0a5bbb

Browse files
authored
docs: correct target python extension module to extract function signature and docstrings from (#137)
1 parent 2ea883a commit a0a5bbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ instance/
7272

7373
# Sphinx documentation
7474
docs/_build/
75+
docs/_generate/
7576

7677
# PyBuilder
7778
.pybuilder/

docs/python_example.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.. automodule:: python_example
1+
.. automodule:: scikit_build_example

0 commit comments

Comments
 (0)