Skip to content

Commit

Permalink
Remove hatch from readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 21, 2023
1 parent 23a800d commit 365fa2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ build:
tools:
python: "3.11"
commands:
- pip install -U pip hatch
- hatch run docs:build
- pip install -U pip -r docs/requirements.txt
- make docs
- mv docs/_build $READTHEDOCS_OUTPUT

0 comments on commit 365fa2f

Please sign in to comment.