Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaf74f86

Browse files
committed
Commenting out breathe integration.
1 parent4b5bd72 commitaf74f86

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎libs/network/doc/conf.py

Lines changed: 5 additions & 4 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp