From 008792c01bd02a34aaa19ecab738d5bb9e0b6927 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 11 Jan 2022 15:44:16 +0300 Subject: [PATCH] Add versions --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 944501d3..5637831a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,7 +63,7 @@ html_theme = "alabaster" # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] -# File above was generated using this command: +# File above was generated using sphinx 4.3.2 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