Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ build:
jobs:
post_create_environment:
- pip install . --no-deps # as python install step, RTD installs deps eagerly

post_build:
- sed -i 's/(id)/id/g' $READTHEDOCS_OUTPUT/html/api/v3_0.html # make sphinxcontrib-httpdomain links point to openapi-sphinx links
python:
install:
- requirements: requirements/3.9/app.txt
Expand Down