We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0b48f commit 4b56156Copy full SHA for 4b56156
.github/workflows/github-actions.yml
@@ -115,6 +115,8 @@ jobs:
115
build_doc_dryrun:
116
# ensures that readthedocs can be built continuously
117
# to avoid that it breaks when new releases are being created
118
+ # The way RTD works is that it builds the doc on its side
119
+ # builds are visible at https://readthedocs.org/projects/mongoengine-odm/builds/
120
runs-on: ubuntu-latest
121
steps:
122
- uses: actions/checkout@v3
.readthedocs.yml
@@ -11,7 +11,6 @@ sphinx:
11
12
# Optionally set the version of Python and requirements required to build your docs
13
python:
14
- version: 3.9
15
install:
16
- requirements: docs/requirements.txt
17
# docs/conf.py is importing mongoengine
0 commit comments