diff --git a/.readthedocs.yml b/.readthedocs.yml index 9aec82860..ab1ab1add 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,4 +1,4 @@ - # .readthedocs.yml +# .readthedocs.yml # Read the Docs configuration file version: 2 @@ -6,20 +6,22 @@ version: 2 build: os: ubuntu-22.04 tools: - python: mambaforge-latest - jobs: - pre_build: - jobs: - pre_build: - - locale -a - - export LC_ALL=en_US.UTF-8 - - export LANG=en_US.UTF-8 - - pytest - - + python: miniforge-latest conda: environment: ./environment.yml sphinx: configuration: ./docs/conf.py builder: html + +python: + install: + - method: pip + path: . + +commands: + pre_build: + - locale -a + - export LC_ALL=en_US.UTF-8 + - export LANG=en_US.UTF-8 + - pip install .