Skip to content

Commit c3ba033

Browse files
committed
Fix rtd build
1 parent 638ed5f commit c3ba033

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
@@ -173,7 +173,7 @@
173173

174174

175175
def run_apidoc(_):
176-
from sphinx.apidoc import main
176+
from sphinx.ext.apidoc import main
177177
import os
178178
import sys
179179
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))

0 commit comments

Comments
 (0)