diff --git a/docs/conf.py b/docs/conf.py index ea1302c..5221638 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,6 @@ html_theme = "sphinx_rtd_theme" htmlhelp_basename = "monitorcontroldoc" github_user = "newAM" -html_theme_options = {"display_version": False} html_context = { "display_github": True, "github_user": github_user, diff --git a/poetry.lock b/poetry.lock index c1c3c68..33899cf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -774,22 +774,22 @@ test = ["cython", "filelock", "html5lib", "pytest (>=4.6)"] [[package]] name = "sphinx-rtd-theme" -version = "2.0.0" +version = "3.0.2" description = "Read the Docs theme for Sphinx" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl", hash = "sha256:ec93d0856dc280cf3aee9a4c9807c60e027c7f7b461b77aeffed682e68f0e586"}, - {file = "sphinx_rtd_theme-2.0.0.tar.gz", hash = "sha256:bd5d7b80622406762073a04ef8fadc5f9151261563d47027de09910ce03afe6b"}, + {file = "sphinx_rtd_theme-3.0.2-py2.py3-none-any.whl", hash = "sha256:422ccc750c3a3a311de4ae327e82affdaf59eb695ba4936538552f3b00f4ee13"}, + {file = "sphinx_rtd_theme-3.0.2.tar.gz", hash = "sha256:b7457bc25dda723b20b086a670b9953c859eab60a2a03ee8eb2bb23e176e5f85"}, ] [package.dependencies] -docutils = "<0.21" -sphinx = ">=5,<8" +docutils = ">0.18,<0.22" +sphinx = ">=6,<9" sphinxcontrib-jquery = ">=4,<5" [package.extras] -dev = ["bump2version", "sphinxcontrib-httpdomain", "transifex-client", "wheel"] +dev = ["bump2version", "transifex-client", "twine", "wheel"] [[package]] name = "sphinxcontrib-applehelp" @@ -973,4 +973,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "75cb7c797fb90a8779a463062d8b1f662f527dcb1242c4a8c27c3dc627ef6bbc" +content-hash = "a8e4dca4d15c9104cca852b081f94c55ece390d8fa51c74bad9007ba53089e1e" diff --git a/pyproject.toml b/pyproject.toml index 4f056e5..dcc6648 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pep8-naming = "~0.14" pytest = "^8" pytest-cov = "^5" sphinx = "^7.1" -sphinx-rtd-theme = "^2" +sphinx-rtd-theme = "^3" toml = "~0.10" voluptuous = "~0.14"