File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ extensions = [
3838 ' sphinx.ext.autodoc' ]
3939```
4040
41- ` matlab_src_dir ` in ` docs/source/conf.py ` should have the path (relative to ` conf.py ` )
42- to the folder containing your matlab code:
41+ ` matlab_src_dir ` in ` docs/source/conf.py ` should have the path (relative to
42+ ` conf.py ` ) to the folder containing your matlab code:
4343
4444``` python
4545matlab_src_dir = os.path.dirname(os.path.abspath(' ../../src' ))
@@ -118,8 +118,8 @@ Add a [`.readthedocs.yml`](../.readthedocs.yml) file in the root of your repo.
118118See [ HERE] ( https://docs.readthedocs.io/en/stable/config-file/v2.html ) for
119119details.
120120
121- You can then trigger the build of the doc by going to the [ read the docs ] ( https://readthedocs.org )
122- website.
121+ You can then trigger the build of the doc by going to the
122+ [ read the docs ] ( https://readthedocs.org ) website.
123123
124124You might need to be added as a maintainer of the doc.
125125
@@ -136,4 +136,4 @@ Some are listed
136136
137137### Read the docs
138138
139- - [ qMRLab] ( https://github.com/qMRLab/qMRLab/wiki/Guideline:-Generating-Documentation )
139+ - [ qMRLab] ( https://github.com/qMRLab/qMRLab/wiki/Guideline:-Generating-Documentation )
You can’t perform that action at this time.
0 commit comments