diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..ee76fba67 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# Project page: https://app.readthedocs.org/projects/pydocs-translation-dashboard/ + +version: 2 + +build: + os: ubuntu-24.04 + tools: + python: "3" + commands: + - pip install -r requirements.txt + - python generate.py + - mkdir -p _readthedocs/html + - mv build/* _readthedocs/html