Skip to content

Commit af74f86

Browse files
committed
Commenting out breathe integration.
1 parent 4b5bd72 commit af74f86

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

libs/network/doc/conf.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
# documentation root, use os.path.abspath to make it absolute, like shown here.
1919
#sys.path.append(os.path.abspath('.'))
2020

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'))
2223

2324
# -- General configuration -----------------------------------------------------
2425

@@ -29,7 +30,7 @@
2930
'sphinx.ext.autodoc',
3031
'sphinx.ext.doctest',
3132
'sphinx.ext.coverage',
32-
'breathe',
33+
# 'breathe',
3334
]
3435

3536
# Uncomment this to generate output for Github.
@@ -208,8 +209,8 @@
208209
# If false, no module index is generated.
209210
#latex_use_modindex = True
210211

211-
breathe_projects = {'cpp-netlib': 'doxyxml/'}
212+
#breathe_projects = {'cpp-netlib': 'doxyxml/'}
212213

213-
breathe_default_project = 'cpp-netlib'
214+
#breathe_default_project = 'cpp-netlib'
214215

215216

0 commit comments

Comments
 (0)