Skip to content

Commit 5567a9d

Browse files
committed
Updated doc string in conf.py
1 parent 30b983b commit 5567a9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,7 @@ def setup(app):
231231

232232
def run_apidoc(_):
233233
"""Runs apidoc with our desired parameters to generate the NI_DAQmx models docs.
234-
235-
Also manually strips out some irrelevant stuff."""
234+
"""
236235
from sphinx.ext.apidoc import main
237236
daq_models_path = os.path.join(os.path.abspath('..'),'labscript_devices')
238237
out_path = os.path.join(os.path.dirname(Path(__file__)),'devices','_apidoc','models')

0 commit comments

Comments
 (0)