From c58a9389b7d083d56931a8a31b3417a0049dd3fb Mon Sep 17 00:00:00 2001 From: Stephen Copplestone Date: Mon, 15 Jan 2024 20:38:33 +0100 Subject: [PATCH] Updated Read the Docs extensions --- docs/documentation/conf.py | 4 ++++ docs/documentation/requirements.txt | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) 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