File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1212 - name : checkout
1313 uses : actions/checkout@v4
1414
15+ - name : Install docutils
16+ run : sudo apt-get install -y docutils
17+
1518 - id : files
1619 uses : masesgroup/retrieve-changed-files@v2
1720 with :
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ Connect to MongoDB
4949Learn how to create and configure a connection to a MongoDB deployment
5050in the :ref:`cpp-connect` section.
5151
52- Read Data from MongoDB
53- ----------------------
52+ Read Data
53+ ---------
5454
5555Learn how you can retrieve data from MongoDB in the :ref:`cpp-read` section.
5656
Original file line number Diff line number Diff line change 11.. _cpp-read:
22
3- ======================
4- Read Data from MongoDB
5- ======================
3+ =========
4+ Read Data
5+ =========
66
77.. contents:: On this page
88 :local:
You can’t perform that action at this time.
0 commit comments