diff --git a/.readthedocs.yml b/.readthedocs.yml index 73e1f82..11d0ab3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,2 +1,19 @@ -python: - pip_install: true +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# Project page: https://readthedocs.org/projects/python-humanize/ + +version: 2 + +mkdocs: + configuration: mkdocs.yml + +build: + os: ubuntu-22.04 + tools: + python: "3" + + commands: + - pip install -U tox + - tox -e docs + - mkdir _readthedocs + - mv site _readthedocs/html