From 0722f07df800ad4c400e5ce315de117ad7a22407 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Wed, 26 Mar 2025 18:51:45 +0000 Subject: Update openapi & other files for improved docs (oslo) Update openapi & other files for improved docs (oslo) Issue-ID: CCSDK-4050 Change-Id: I132c9b464a64414126a62d4d3d6b0efa53469b68 Signed-off-by: aravind.est --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index d5815e56..ec924af9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -84,6 +84,9 @@ spelling_lang = "en_GB" html_extra_path = [ 'offeredapis/openapitoolgen' + # note: + # during the readthedocs build, additional files are copied, e.g. into directory "/openapi" + # See .readthedocs.yaml file ] # -- cgit