blob: e5a5febaa529eb878b5e278998b38756492c38ca [file] [log] [blame]
Joey Armstrong0c517b52023-07-07 17:29:54 -04001# -*- makefile -*-
Joey Armstrong9886cc82024-04-04 11:34:51 -04002# -----------------------------------------------------------------------
Serkant Uluderya6db98942026-03-26 09:53:57 -07003# Copyright 2019-2026 Linux Foundation Broadband Contributors
Joey Armstrong9886cc82024-04-04 11:34:51 -04004#
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# -----------------------------------------------------------------------
Serkant Uluderya6db98942026-03-26 09:53:57 -070017# SPDX-FileCopyrightText: 2019-2026 Linux Foundation Broadband Contributors
Joey Armstrong9886cc82024-04-04 11:34:51 -040018# SPDX-License-Identifier: Apache-2.0
19# -----------------------------------------------------------------------
Joey Armstrong0c517b52023-07-07 17:29:54 -040020
Joey Armstrong342430f2024-04-10 10:36:34 -040021
Eric Ballfc4ad7a2025-02-05 17:22:21 -080022Sphinx~=8.1.3
23recommonmark~=0.7.1
24doc8~=1.1.2
25docutils~=0.21.2
Eric Ball69713112025-04-02 12:11:47 -070026git+https://github.com/eb-oss/sphinx-multiversion@main
Eric Ballfc4ad7a2025-02-05 17:22:21 -080027sphinx-reload~=0.2.0
28sphinx-rtd-theme~=3.0.2
29sphinxcontrib-openapi~=0.8.4
30sphinxcontrib-spelling~=8.0.1
Joey Armstrong0c517b52023-07-07 17:29:54 -040031
Joey Armstrong9886cc82024-04-04 11:34:51 -040032##----------------##
33##---] LINT [---##
34##----------------##
35pre-commit
Joey Armstrong342430f2024-04-10 10:36:34 -040036yamllint
Joey Armstronga144ef32024-01-11 11:26:41 -050037
Joey Armstrong9bb4b102024-02-10 13:09:12 -050038# emacs .venv/lib/python3.10/site-packages/Sphinx-4.1.2.dist-info/METADATA
39
Joey Armstrong0c517b52023-07-07 17:29:54 -040040# [EOF]