File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,8 @@ jobs:
115
115
build_doc_dryrun :
116
116
# ensures that readthedocs can be built continuously
117
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/
118
120
runs-on : ubuntu-latest
119
121
steps :
120
122
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -11,10 +11,15 @@ sphinx:
11
11
12
12
# Optionally set the version of Python and requirements required to build your docs
13
13
python :
14
- version : 3.7
15
14
install :
16
15
- requirements : docs/requirements.txt
17
16
# docs/conf.py is importing mongoengine
18
17
# so mongoengine needs to be installed as well
19
18
- method : setuptools
20
19
path : .
20
+
21
+ # Specify the build environment
22
+ build :
23
+ os : ubuntu-22.04
24
+ tools :
25
+ python : " 3.9"
You can’t perform that action at this time.
0 commit comments