File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 18
18
# documentation root, use os.path.abspath to make it absolute, like shown here.
19
19
#sys.path.append(os.path.abspath('.'))
20
20
21
- sys .path .append (os .path .abspath ('ext/breathe' ))
21
+ # NOTE -- we can't use Breathe just yet because it doesn't support templates
22
+ #sys.path.append(os.path.abspath('ext/breathe'))
22
23
23
24
# -- General configuration -----------------------------------------------------
24
25
29
30
'sphinx.ext.autodoc' ,
30
31
'sphinx.ext.doctest' ,
31
32
'sphinx.ext.coverage' ,
32
- 'breathe' ,
33
+ # 'breathe',
33
34
]
34
35
35
36
# Uncomment this to generate output for Github.
208
209
# If false, no module index is generated.
209
210
#latex_use_modindex = True
210
211
211
- breathe_projects = {'cpp-netlib' : 'doxyxml/' }
212
+ # breathe_projects = {'cpp-netlib': 'doxyxml/'}
212
213
213
- breathe_default_project = 'cpp-netlib'
214
+ # breathe_default_project = 'cpp-netlib'
214
215
215
216
You can’t perform that action at this time.
0 commit comments