Skip to content

Commit

Permalink
Fix(docs): Build docs in RTD.
Browse files Browse the repository at this point in the history
  • Loading branch information
onegreyonewhite committed Jan 15, 2025
1 parent ee915a9 commit c667baf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ formats:
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements-doc.txt
- requirements: requirements-rtd.txt
2 changes: 2 additions & 0 deletions requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-rrequirements-doc.txt
polemarch-ansible~=3.0
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ commands =
make html
; make latexpdf
deps =
-rrequirements-doc.txt
-rrequirements-rtd.txt

[testenv:build_for_docker]
basepython = python3.12
Expand Down

0 comments on commit c667baf

Please sign in to comment.