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 = [ ...@@ -56,14 +56,14 @@ extensions = [
"breathe", "breathe",
] ]
breathe_projects = {"libtorchaudio": "cpp/xml"} breathe_projects = {"libtorio": "cpp/xml"}
breathe_default_project = "libtorchaudio" breathe_default_project = "libtorio"
breathe_projects_source = { breathe_projects_source = {
"libtorchaudio": ( "libtorio": (
"../../torchaudio/csrc/ffmpeg/", "../../src/libtorio/ffmpeg/",
["ffmpeg.h"], ["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