File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed
Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1616
17- extensions = []
17+ extensions = ["sphinx_copybutton" ]
1818
1919templates_path = ["_templates" ]
2020exclude_patterns = []
Original file line number Diff line number Diff line change 1616
1717This library provides the ``dm `` command which can be used for:
1818
19- - Testing
20-
21-
22- - :ref: `Third party library test suites <third-party-libraries >` with `Django MongoDB Backend `_ and MongoDB's `Django fork `_.
23- - `Django projects `_ with `Django MongoDB Backend `_ and :ref: `third party libraries <third-party-libraries >`.
19+ - :ref: `Running third party library test suites <third-party-libraries >` with `Django MongoDB Backend `_ and MongoDB's `Django fork `_.
20+ - Creating `Django projects `_ with `Django MongoDB Backend `_ and :ref: `third party libraries <third-party-libraries >`.
2421
2522Table of Contents
2623-----------------
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ Create a virtual environment
1919 source .venv/bin/activate
2020
2121
22- Install CLI
23- -----------
22+ Install `` dm `` command
23+ ----------------------
2424
2525::
2626
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ dependencies = [
2626 " rich" ,
2727 " setuptools" , # For django-rest-framework
2828 " sphinx-autobuild" , # For django-mongodb-backend documentation
29+ " sphinx-copybutton" , # For django-mongodb-backend documentation
2930 " toml" ,
3031]
3132
You can’t perform that action at this time.
0 commit comments