docs: Remove some code block annotations that were failing.

Sphinx was complaining about these code-block annotations so don't claim
a language since the code doesn't fully match that language and the
parsing fails.
This commit is contained in:
Feanil Patel
2026-01-12 11:11:48 -05:00
committed by Sarina Canelake
parent 35fab7bbb6
commit fa64270df4
2 changed files with 4 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ return the following pieces of information:
**Sample response:**
.. code-block:: json
.. code-block::
{
"active": "legacy",
@@ -137,7 +137,7 @@ Changing settings for an inactive provider is out of scope here.
**Sample response:**
.. code-block:: json
.. code-block::
{
"enabled": true,

View File

@@ -63,7 +63,7 @@ Emails will be sent out from edx@news.edx.org
Changes to CourseDiscussionSettings Model
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. code-block:: json
.. code-block::
class CourseDiscussionSettings(models.Model):
...
@@ -74,7 +74,7 @@ Endpoint to toggle the notifications settings
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
POST ``api/discussions/v0/course/{course_id}/settings``
.. code-block:: json
.. code-block::
{
context_key: "{course_id}",