blob: ec3428f9048aaf1bf3eb7a5a443e4e6c7cb2c7b0 [file] [log] [blame]
Joey Armstrong0c517b52023-07-07 17:29:54 -04001# -*- makefile -*-
Joey Armstrong9886cc82024-04-04 11:34:51 -04002# -----------------------------------------------------------------------
3# Copyright 2019-2024 Open Networking Foundation Contributors
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
Joey Armstrong342430f2024-04-10 10:36:34 -04009# http://www.apache.org/licenses/LICENSE-2.0
Joey Armstrong9886cc82024-04-04 11:34:51 -040010#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16# -----------------------------------------------------------------------
17# SPDX-FileCopyrightText: 2019-2024 Open Networking Foundation Contributors
18# SPDX-License-Identifier: Apache-2.0
19# -----------------------------------------------------------------------
Joey Armstrong0c517b52023-07-07 17:29:54 -040020
Joey Armstrong342430f2024-04-10 10:36:34 -040021
Joey Armstronga144ef32024-01-11 11:26:41 -050022Sphinx~=4.1.2 # 2021-07-26
Zack Williams6b2fcf22021-09-14 06:50:44 -070023doc8~=0.9.0
Andrea Campanellac11eb732021-05-21 16:15:44 +020024docutils==0.16
Zack Williams071eda22019-05-15 18:19:51 -070025recommonmark~=0.6.0
Zack Williams6b2fcf22021-09-14 06:50:44 -070026sphinx-rtd-theme~=0.5.2
Zack Williams33085522020-02-28 11:41:01 -070027sphinxcontrib-openapi~=0.6.0
Zack Williams6b2fcf22021-09-14 06:50:44 -070028sphinxcontrib-spelling~=7.2.1
Zack Williams16042b62020-03-29 22:03:16 -070029git+https://github.com/zdw/sphinx-multiversion@ec7c01cdaf2f9241245e84483dfb9bc0d0dffc62
Joey Armstrong0c517b52023-07-07 17:29:54 -040030
Joey Armstrong342430f2024-04-10 10:36:34 -040031#
Joey Armstrong0c517b52023-07-07 17:29:54 -040032sphinx-reload
33
Joey Armstrong9886cc82024-04-04 11:34:51 -040034##----------------##
35##---] LINT [---##
36##----------------##
37pre-commit
Joey Armstrong342430f2024-04-10 10:36:34 -040038yamllint
Joey Armstronga144ef32024-01-11 11:26:41 -050039
Joey Armstrong9bb4b102024-02-10 13:09:12 -050040# emacs .venv/lib/python3.10/site-packages/Sphinx-4.1.2.dist-info/METADATA
41
Joey Armstrong0c517b52023-07-07 17:29:54 -040042# [EOF]