mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 06:14:35 +00:00
Merge pull request #14812 from qlyoung/doc-restore-frr-theme
doc: restore frr docs theme
This commit is contained in:
commit
51d14b910d
@ -7,6 +7,10 @@ build:
|
||||
tools:
|
||||
python: "3.11"
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: requirements.txt
|
||||
|
||||
# Build documentation in the docs/ directory with Sphinx
|
||||
sphinx:
|
||||
configuration: doc/developer/conf.py
|
||||
|
1
doc/developer/requirements.txt
Normal file
1
doc/developer/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
sphinx_rtd_theme
|
@ -7,6 +7,9 @@ build:
|
||||
tools:
|
||||
python: "3.11"
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: requirements.txt
|
||||
# Build documentation in the docs/ directory with Sphinx
|
||||
sphinx:
|
||||
configuration: doc/user/conf.py
|
||||
|
1
doc/user/requirements.txt
Normal file
1
doc/user/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
sphinx_rtd_theme
|
Loading…
Reference in New Issue
Block a user