Skip to content

Commit

Permalink
Don't change into docs subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Jan 13, 2024
1 parent 73450b8 commit dc24770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
django
.
Sphinx==7.2.6
furo==2023.9.10
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ deps =


[testenv:docs]
changedir = docs
deps =
-r docs/requirements.txt
commands =
sphinx-build -W -b dirhtml -d {envtmpdir}/doctrees . {envtmpdir}/html
sphinx-build -W -b dirhtml -d {envtmpdir}/doctrees docs {envtmpdir}/html


[testenv:pre-commit]
Expand Down

0 comments on commit dc24770

Please sign in to comment.