Merge pull request #14812 from qlyoung/doc-restore-frr-theme

doc: restore frr docs theme
This commit is contained in:
Donatas Abraitis 2023-11-17 12:07:30 +02:00 committed by GitHub
commit 51d14b910d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1 @@
sphinx_rtd_theme

View File

@ -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

View File

@ -0,0 +1 @@
sphinx_rtd_theme