Joey Armstrong | 0c517b5 | 2023-07-07 17:29:54 -0400 | [diff] [blame] | 1 | # -*- makefile -*- |
Joey Armstrong | 9886cc8 | 2024-04-04 11:34:51 -0400 | [diff] [blame] | 2 | # ----------------------------------------------------------------------- |
| 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 Armstrong | 342430f | 2024-04-10 10:36:34 -0400 | [diff] [blame] | 9 | # http://www.apache.org/licenses/LICENSE-2.0 |
Joey Armstrong | 9886cc8 | 2024-04-04 11:34:51 -0400 | [diff] [blame] | 10 | # |
| 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 Armstrong | 0c517b5 | 2023-07-07 17:29:54 -0400 | [diff] [blame] | 20 | |
Joey Armstrong | 342430f | 2024-04-10 10:36:34 -0400 | [diff] [blame] | 21 | |
Joey Armstrong | a144ef3 | 2024-01-11 11:26:41 -0500 | [diff] [blame] | 22 | Sphinx~=4.1.2 # 2021-07-26 |
Zack Williams | 6b2fcf2 | 2021-09-14 06:50:44 -0700 | [diff] [blame] | 23 | doc8~=0.9.0 |
Andrea Campanella | c11eb73 | 2021-05-21 16:15:44 +0200 | [diff] [blame] | 24 | docutils==0.16 |
Zack Williams | 071eda2 | 2019-05-15 18:19:51 -0700 | [diff] [blame] | 25 | recommonmark~=0.6.0 |
Zack Williams | 6b2fcf2 | 2021-09-14 06:50:44 -0700 | [diff] [blame] | 26 | sphinx-rtd-theme~=0.5.2 |
Zack Williams | 3308552 | 2020-02-28 11:41:01 -0700 | [diff] [blame] | 27 | sphinxcontrib-openapi~=0.6.0 |
Zack Williams | 6b2fcf2 | 2021-09-14 06:50:44 -0700 | [diff] [blame] | 28 | sphinxcontrib-spelling~=7.2.1 |
Zack Williams | 16042b6 | 2020-03-29 22:03:16 -0700 | [diff] [blame] | 29 | git+https://github.com/zdw/sphinx-multiversion@ec7c01cdaf2f9241245e84483dfb9bc0d0dffc62 |
Joey Armstrong | 0c517b5 | 2023-07-07 17:29:54 -0400 | [diff] [blame] | 30 | |
Joey Armstrong | 342430f | 2024-04-10 10:36:34 -0400 | [diff] [blame] | 31 | # |
Joey Armstrong | 0c517b5 | 2023-07-07 17:29:54 -0400 | [diff] [blame] | 32 | sphinx-reload |
| 33 | |
Joey Armstrong | 9886cc8 | 2024-04-04 11:34:51 -0400 | [diff] [blame] | 34 | ##----------------## |
| 35 | ##---] LINT [---## |
| 36 | ##----------------## |
| 37 | pre-commit |
Joey Armstrong | 342430f | 2024-04-10 10:36:34 -0400 | [diff] [blame] | 38 | yamllint |
Joey Armstrong | a144ef3 | 2024-01-11 11:26:41 -0500 | [diff] [blame] | 39 | |
Joey Armstrong | 9bb4b10 | 2024-02-10 13:09:12 -0500 | [diff] [blame] | 40 | # emacs .venv/lib/python3.10/site-packages/Sphinx-4.1.2.dist-info/METADATA |
| 41 | |
Joey Armstrong | 0c517b5 | 2023-07-07 17:29:54 -0400 | [diff] [blame] | 42 | # [EOF] |