diff --git a/docs/documentation/conf.py b/docs/documentation/conf.py index 31549bf..0eaed73 100644 --- a/docs/documentation/conf.py +++ b/docs/documentation/conf.py @@ -40,9 +40,13 @@ 'sphinx.ext.autosectionlabel', 'sphinxcontrib.bibtex', 'sphinx_rtd_theme', + 'sphinx_rtd_size', 'myst_parser' ] +# Set width +sphinx_rtd_size_width='98%' + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] diff --git a/docs/documentation/requirements.txt b/docs/documentation/requirements.txt index ed7a143..4c48dfe 100644 --- a/docs/documentation/requirements.txt +++ b/docs/documentation/requirements.txt @@ -1,8 +1,8 @@ # File: docs/requirements.txt # Defining the exact version will make sure things don't break -sphinx==4.2.0 -sphinx_rtd_theme==0.5.2 -readthedocs-sphinx-search==0.1.0rc3 -myst_parser==0.15.1 -sphinxcontrib.bibtex==2.3.0 +sphinx==7.0.0 +sphinx_rtd_theme==2.0.0 +readthedocs-sphinx-search==0.3.2 +myst_parser==2.0.0 +sphinxcontrib.bibtex==2.5.0