diff --git a/docs/conf.py b/docs/conf.py index f715299..298a10f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,7 +63,7 @@ }, } -src_trace_config_from_toml = "src_trace.toml" +src_trace_config_from_toml = "ubproject.toml" ############################################################################### # SPHINX-NEEDS Config END diff --git a/docs/how-to-guides/trace-code/index.rst b/docs/how-to-guides/trace-code/index.rst index 5bd6f5f..91bea04 100644 --- a/docs/how-to-guides/trace-code/index.rst +++ b/docs/how-to-guides/trace-code/index.rst @@ -12,12 +12,13 @@ Follow the installation instructions in the `CodeLinks documentation