File tree 4 files changed +6
-8
lines changed
4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 14
14
# -- General configuration ---------------------------------------------------
15
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
16
16
17
- extensions = []
17
+ extensions = ["sphinx_copybutton" ]
18
18
19
19
templates_path = ["_templates" ]
20
20
exclude_patterns = []
Original file line number Diff line number Diff line change 16
16
17
17
This library provides the ``dm `` command which can be used for:
18
18
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 >`.
24
21
25
22
Table of Contents
26
23
-----------------
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ Create a virtual environment
19
19
source .venv/bin/activate
20
20
21
21
22
- Install CLI
23
- -----------
22
+ Install `` dm `` command
23
+ ----------------------
24
24
25
25
::
26
26
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ dependencies = [
26
26
" rich" ,
27
27
" setuptools" , # For django-rest-framework
28
28
" sphinx-autobuild" , # For django-mongodb-backend documentation
29
+ " sphinx-copybutton" , # For django-mongodb-backend documentation
29
30
" toml" ,
30
31
]
31
32
You can’t perform that action at this time.
0 commit comments