We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25ec20 commit 5b2ac68Copy full SHA for 5b2ac68
.readthedocs.yml
@@ -19,6 +19,6 @@ build:
19
pre_install:
20
- git update-index --assume-unchanged doc/rtd_environment.yml doc/source/conf.py
21
pre_build:
22
- - cd doc/source && if [[ $READTHEDOCS_VERSION =~ latest|stable ]]; then python generate_area_def_list.py; else touch area_def_list.rst; fi
+ - cd doc/source && if [ "$READTHEDOCS_VERSION" = "latest" ] || [ "$READTHEDOCS_VERSION" = "stable" ]; then python generate_area_def_list.py; else touch area_def_list.rst; fi
23
conda:
24
environment: doc/rtd_environment.yml
0 commit comments