Unverified Commit 6e265157 authored by moto's avatar moto Committed by GitHub
Browse files

Fix doc config (#3683)

parent fcf38946
......@@ -56,14 +56,14 @@ extensions = [
"breathe",
]
breathe_projects = {"libtorchaudio": "cpp/xml"}
breathe_projects = {"libtorio": "cpp/xml"}
breathe_default_project = "libtorchaudio"
breathe_default_project = "libtorio"
breathe_projects_source = {
"libtorchaudio": (
"../../torchaudio/csrc/ffmpeg/",
["ffmpeg.h"],
"libtorio": (
"../../src/libtorio/ffmpeg/",
["stream_reader/stream_reader.h", "stream_writer/stream_writer.h"],
)
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment