From 4b56156c736115df36cecd3afef524b810038597 Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Sun, 18 Aug 2024 00:12:59 +0200 Subject: [PATCH] more fixes for RTD --- .github/workflows/github-actions.yml | 2 ++ .readthedocs.yml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 3859bc929..17c204b69 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -115,6 +115,8 @@ jobs: build_doc_dryrun: # ensures that readthedocs can be built continuously # to avoid that it breaks when new releases are being created + # The way RTD works is that it builds the doc on its side + # builds are visible at https://readthedocs.org/projects/mongoengine-odm/builds/ runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/.readthedocs.yml b/.readthedocs.yml index 8598e4813..a913f8426 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,7 +11,6 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.9 install: - requirements: docs/requirements.txt # docs/conf.py is importing mongoengine