diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cfc73d9069..453e26c951 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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