From bd2e2cccd746ea10c9d8cd9e934092643a60f6ec Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sat, 3 Jun 2023 02:43:07 +0400 Subject: [PATCH] Update RTD config --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 7a9835ff..dad3b3cb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ language = "en" html_theme = "alabaster" html_static_path = ["_static"] -# File above was generated using sphinx 5.3.0 with this command: +# File above was generated using sphinx 6.2.1 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