actually fix
This commit is contained in:
parent
c1d95eba71
commit
8435094cb2
14 changed files with 20 additions and 850 deletions
|
@ -30,7 +30,7 @@ author = 'Richard Smith'
|
|||
# ones.
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'myst_parser', 'autoapi.extension', "sphinx_rtd_theme", 'sphinx.ext.todo']
|
||||
|
||||
autoapi_dirs = ['../raylib']
|
||||
autoapi_dirs = ['../raylib', '../pyray']
|
||||
|
||||
autoapi_file_patterns = ['*.pyi', '*.py']
|
||||
|
||||
|
|
Reference in a new issue