diff --git a/.readthedocs.yaml b/.readthedocs.yaml index acb2ab39df9..5416fad1bc0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -18,9 +18,10 @@ build: if [ "$READTHEDOCS_VERSION_TYPE" = "external" ] && \ git diff --quiet origin/main -- \ doc/ \ + examples \ pygmt/**/*.py \ ':!pygmt/tests' \ - README.md \ + README.rst \ ci/requirements/docs.yml \ .readthedocs.yaml; then