Skip to content

Commit 6e26515

Browse files
authored
Fix doc config (#3683)
1 parent fcf3894 commit 6e26515

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656
"breathe",
5757
]
5858

59-
breathe_projects = {"libtorchaudio": "cpp/xml"}
59+
breathe_projects = {"libtorio": "cpp/xml"}
6060

61-
breathe_default_project = "libtorchaudio"
61+
breathe_default_project = "libtorio"
6262

6363
breathe_projects_source = {
64-
"libtorchaudio": (
65-
"../../torchaudio/csrc/ffmpeg/",
66-
["ffmpeg.h"],
64+
"libtorio": (
65+
"../../src/libtorio/ffmpeg/",
66+
["stream_reader/stream_reader.h", "stream_writer/stream_writer.h"],
6767
)
6868
}
6969

0 commit comments

Comments
 (0)