We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b983b commit 5567a9dCopy full SHA for 5567a9d
docs/source/conf.py
@@ -231,8 +231,7 @@ def setup(app):
231
232
def run_apidoc(_):
233
"""Runs apidoc with our desired parameters to generate the NI_DAQmx models docs.
234
-
235
- Also manually strips out some irrelevant stuff."""
+ """
236
from sphinx.ext.apidoc import main
237
daq_models_path = os.path.join(os.path.abspath('..'),'labscript_devices')
238
out_path = os.path.join(os.path.dirname(Path(__file__)),'devices','_apidoc','models')
0 commit comments