X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=311d5e7120e8b05deae4f74824c4939bc173366c;hb=c9c21982005e56bc3cee0e764d8ee6e5a4cc102b;hp=cce3ae6dfbb1c08ef8e39b74fdc2165d49254742;hpb=e5c291cf738d966d1f94e66c0d675ee42fad5067;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 = {}