File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 4444 'sphinx.ext.todo' ,
4545 'sphinx.ext.napoleon' ,
4646 'sphinx.ext.coverage' ,
47+ 'sphinx_copybutton' ,
4748]
4849
4950# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change @@ -14,25 +14,25 @@ Prerequisites
1414-------------
1515
1616* Python 3.8 or higher;
17- * `pip ` version 9.0.1 or higher;
17+ * `` pip ` ` version 9.0.1 or higher;
1818
19- If necessary, upgrade your version of `pip `::
19+ If necessary, upgrade your version of `` pip ` `::
2020
21- $ python -m pip install --upgrade pip
21+ python -m pip install --upgrade pip
2222
2323If you cannot upgrade `pip ` due to a system-owned installation, you can run the example in a virtualenv::
2424
25- $ python -m pip install virtualenv
26- $ virtualenv venv
27- $ source venv/bin/activate
28- $ python -m pip install --upgrade pip
25+ python -m pip install virtualenv
26+ virtualenv venv
27+ source venv/bin/activate
28+ python -m pip install --upgrade pip
2929
3030Installation via Pypi
3131---------------------
3232
3333To install YDB Python SDK through Pypi execute the following command::
34-
35- $ pip install ydb
34+
35+ pip install ydb
3636
3737Community
3838=========
Original file line number Diff line number Diff line change 1- sphinx_rtd_theme == 2.0.0
1+ sphinx_rtd_theme == 2.0.0
2+ sphinx-copybutton == 0.5.2
You can’t perform that action at this time.
0 commit comments