From 9ffeb238dc8e363b5bddd779442b4f32d06aff0d Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sun, 29 Dec 2024 22:46:39 +0500 Subject: [PATCH] Update sphinx config header --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 5cf59db136..f1bd390b15 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ html_theme = "alabaster" html_static_path = ["_static"] -# The file above was generated using sphinx 7.2.6 with this command: +# The file above was generated using sphinx 8.1.3 with this command: # sphinx-quickstart --project "docker-stacks" --author "Project Jupyter" -v "latest" -r "latest" -l en --no-sep --no-makefile --no-batchfile # These are custom options for this project