Skip to content

Commit

Permalink
simplify RTD setup
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT committed Nov 17, 2023
1 parent b41b5b5 commit 3c79bb5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Config for building https://tmt.readthedocs.io/
version: 2
python:
install:
- method: pip
path: .
extra_requirements:
- docs
build:
os: ubuntu-22.04
tools:
python: "3"
# Override RTD's default build commands, install hatch & delegate
# the rest to our Makefiles.
commands:
- cat docs/conf.py
- pip install hatch
- make BUILDDIR=$READTHEDOCS_OUTPUT docs
os: ubuntu-22.04
tools:
python: "3"

0 comments on commit 3c79bb5

Please sign in to comment.