File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ SPHINXOPTS ?=
7
7
SPHINXBUILD ?= sphinx-build
8
8
SOURCEDIR = source
9
9
BUILDDIR = build
10
- AUTOSUMMARYDIR = source/api/_autosummary
10
+ AUTOSUMMARYDIR = source/devices/_apidoc
11
11
12
12
# Put it first so that "make" without argument is like "make help".
13
13
help :
14
14
@$(SPHINXBUILD ) -M help " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
15
15
16
16
clean :
17
- @echo " Removing autosummary directory"
17
+ @echo " Removing apidoc directory"
18
18
@rm -rf $(AUTOSUMMARYDIR )
19
19
@$(SPHINXBUILD ) -M clean " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
20
20
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if "%SPHINXBUILD%" == "" (
9
9
)
10
10
set SOURCEDIR = source
11
11
set BUILDDIR = build
12
- set AUTOSUMMARYDIR = source\api\_autosummary
12
+ set AUTOSUMMARYDIR = source\devices\_apidoc
13
13
14
14
if " %1 " == " " goto help
15
15
if " %1 " == " clean" goto clean
Original file line number Diff line number Diff line change 50
50
51
51
autodoc_typehints = 'description'
52
52
autoclass_content = 'both' # options: 'both', 'class', 'init'
53
- autodoc_mock_imports = ['PyDAQmx' ,'labscript_utils' ]
53
+ autodoc_mock_imports = ['PyDAQmx' ,'labscript_utils.h5_lock ' ]
54
54
55
55
# Prefix each autosectionlabel with the name of the document it is in and a colon
56
56
autosectionlabel_prefix_document = True
Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ Please direct any questions regarding these repositories to their respective own
32
32
* `NAQS Lab <https://github.com/naqslab/naqslab_devices >`__
33
33
* `Vladan Vuletic Group Rb Lab, MIT <https://github.com/zakv/RbLab_user_devices >`__
34
34
35
- If you would like to add your repository to this list, :doc: `please contact us or make a pull request<labscript-suite:contributing> `.
35
+ If you would like to add your repository to this list, :doc: `please contact us or make a pull request<labscript-suite:project/ contributing> `.
You can’t perform that action at this time.
0 commit comments