File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,8 @@ jobs:
115115 build_doc_dryrun :
116116 # ensures that readthedocs can be built continuously
117117 # 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/
118120 runs-on : ubuntu-latest
119121 steps :
120122 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -11,10 +11,15 @@ sphinx:
1111
1212# Optionally set the version of Python and requirements required to build your docs
1313python :
14- version : 3.7
1514 install :
1615 - requirements : docs/requirements.txt
1716 # docs/conf.py is importing mongoengine
1817 # so mongoengine needs to be installed as well
1918 - method : setuptools
2019 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