Skip to content

Commit

Permalink
Merge pull request #14827 from qlyoung/doc-restore-frr-theme
Browse files Browse the repository at this point in the history
doc: fix docs path to requirements.txt
  • Loading branch information
ton31337 authored Nov 17, 2023
2 parents d9c606a + 9d963dc commit df4e4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/developer/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build:

python:
install:
- requirements: requirements.txt
- requirements: doc/developer/requirements.txt

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion doc/user/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build:

python:
install:
- requirements: requirements.txt
- requirements: doc/user/requirements.txt
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/user/conf.py

0 comments on commit df4e4f8

Please sign in to comment.