mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 08:47:39 +00:00
Merge pull request #14500 from qlyoung/add-rtd-config
doc: add .readthedocs.yaml configs
This commit is contained in:
commit
6a9fe6fac3
16
doc/developer/.readthedocs.yaml
Normal file
16
doc/developer/.readthedocs.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Required
|
||||||
|
version: 2
|
||||||
|
|
||||||
|
# Set the version of Python and other tools you might need
|
||||||
|
build:
|
||||||
|
os: ubuntu-22.04
|
||||||
|
tools:
|
||||||
|
python: "3.11"
|
||||||
|
|
||||||
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
|
sphinx:
|
||||||
|
configuration: doc/developer/conf.py
|
||||||
|
|
||||||
|
python:
|
||||||
|
install:
|
||||||
|
- requirements: doc/requirements.txt
|
16
doc/user/.readthedocs.yaml
Normal file
16
doc/user/.readthedocs.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Required
|
||||||
|
version: 2
|
||||||
|
|
||||||
|
# Set the version of Python and other tools you might need
|
||||||
|
build:
|
||||||
|
os: ubuntu-22.04
|
||||||
|
tools:
|
||||||
|
python: "3.11"
|
||||||
|
|
||||||
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
|
sphinx:
|
||||||
|
configuration: doc/user/conf.py
|
||||||
|
|
||||||
|
python:
|
||||||
|
install:
|
||||||
|
- requirements: doc/requirements.txt
|
Loading…
Reference in New Issue
Block a user