Skip to content

Commit 4b56156

Browse files
committed
more fixes for RTD
1 parent 5e0b48f commit 4b56156

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ sphinx:
1111

1212
# Optionally set the version of Python and requirements required to build your docs
1313
python:
14-
version: 3.9
1514
install:
1615
- requirements: docs/requirements.txt
1716
# docs/conf.py is importing mongoengine

0 commit comments

Comments
 (0)