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