diff --git a/docs/requirements.txt b/docs/requirements.txt index ddf2ae9c1..308ec612b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,6 +5,6 @@ sphinx-argparse==0.5.2 sphinx-autoapi==3.0.0 sphinx-rtd-theme==2.0.0 sphinxcontrib-programoutput==0.17 -sphinxext-remoteliteralinclude==0.4.0 +sphinxext-remoteliteralinclude==0.6.1 sphinx-copybutton==0.5.2 sphinx-design==0.7.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 5a2ef4a04..2a42fb25e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ docs = [ "sphinx-rtd-theme==3.1.0", "sphinx-autoapi==3.0.0", "sphinxcontrib-programoutput==0.17", - "sphinxext-remoteliteralinclude==0.4.0", + "sphinxext-remoteliteralinclude==0.6.1", "sphinx-copybutton==0.5.2", "sphinx-design==0.7.0" ]