Remove unnecessary +x mode

These files are not actually executable.

Change-Id: If55dc5a432dc1cba12cdfff80a90d2d1a5168aa5
This commit is contained in:
Takashi Kajinami 2025-04-16 12:54:51 +09:00
parent 3579b6d98b
commit d22d1e3d36
4 changed files with 11 additions and 4 deletions

2
api-ref/source/conf.py Executable file → Normal file
View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may # Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain # not use this file except in compliance with the License. You may obtain
# a copy of the License at # a copy of the License at

0
api-ref/source/index.rst Executable file → Normal file
View File

0
api-ref/source/parameters.yaml Executable file → Normal file
View File

View File

@ -1,6 +1,15 @@
# -*- coding: utf-8 -*- # Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
# #
# If extensions (or modules to document with autodoc) are in another directory, # If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the # add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here. # documentation root, use os.path.abspath to make it absolute, like shown here.