X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=311d5e7120e8b05deae4f74824c4939bc173366c;hb=578dc428e6e873cf6162a6eccc4e45255465e856;hp=cce3ae6dfbb1c08ef8e39b74fdc2165d49254742;hpb=9a10485042fb94403cf577a393b945f93ff47655;p=nonrtric%2Fplt%2Fsme.git diff --git a/docs/conf.py b/docs/conf.py index cce3ae6..311d5e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2022 Nordix Foundation. All rights reserved. +# Copyright (C) 2022-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2024: OpenInfra Foundation Europe # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -27,7 +28,19 @@ linkcheck_ignore = [ 'https://gerrit.o-ran-sc.org.*', ] -extensions = ['sphinx.ext.intersphinx',] +extensions = [ + 'sphinx.ext.intersphinx', +] + +html_extra_path = [ + 'openapi', +] + +source_suffix = { + '.rst': 'restructuredtext', +} + +exclude_patterns = ['_build', 'requirements-docs.txt'] #intershpinx mapping with other projects intersphinx_mapping = {}