Skip to content

Commit

Permalink
doc: restore frr docs theme
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
  • Loading branch information
qlyoung committed Nov 16, 2023
1 parent c599ed5 commit 5b7563c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/developer/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions doc/developer/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx_rtd_theme
3 changes: 3 additions & 0 deletions doc/user/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions doc/user/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx_rtd_theme

0 comments on commit 5b7563c

Please sign in to comment.