From 440ed63df7e857fb137da38276e52019a9fefacd Mon Sep 17 00:00:00 2001 From: Naren Dasan Date: Fri, 12 Nov 2021 10:16:13 -0800 Subject: [PATCH] chore(//docsrc): Update docs deps to fix docgen Signed-off-by: Naren Dasan Signed-off-by: Naren Dasan --- docsrc/requirements.txt | 10 +++++----- docsrc/tutorials/getting_started_with_cpp_api.rst | 2 +- docsrc/tutorials/runtime.rst | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docsrc/requirements.txt b/docsrc/requirements.txt index 34c6e4d8b5..cfc1aaeeb3 100644 --- a/docsrc/requirements.txt +++ b/docsrc/requirements.txt @@ -1,6 +1,6 @@ -sphinx==3.1.2 -breathe==4.19.2 -exhale -sphinx_rtd_theme==0.4.3 +sphinx==4.3.0 +breathe==4.31.0 +exhale==0.2.3 +sphinx_rtd_theme==4.3.0 sphinx-material==0.0.35 -nbsphinx==0.8.6 \ No newline at end of file +nbsphinx==0.8.7 \ No newline at end of file diff --git a/docsrc/tutorials/getting_started_with_cpp_api.rst b/docsrc/tutorials/getting_started_with_cpp_api.rst index 7e9ee2c618..41b8a448c0 100644 --- a/docsrc/tutorials/getting_started_with_cpp_api.rst +++ b/docsrc/tutorials/getting_started_with_cpp_api.rst @@ -15,7 +15,7 @@ Please refer to `Creating TorchScript modules in Python