Skip to content

Commit

Permalink
Fix invalid syntax in readthedocs-addons.json (#453)
Browse files Browse the repository at this point in the history
This was breaking my local setup
  • Loading branch information
zanderle authored Nov 27, 2024
1 parent d062255 commit c389f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/_/readthedocs-addons.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
},
"doc_diff": {
"enabled": true,
"base_url": "http://localhost:8000/docdiff.changed.html",
"base_url": "http://localhost:8000/docdiff.changed.html"
},
"filetreediff": {
"enabled": true,
Expand Down

0 comments on commit c389f31

Please sign in to comment.