Avoid Sphinx from justify-expanding code block

This commit is contained in:
Pradyun Gedam 2020-03-31 20:13:15 +05:30
parent c5908bd222
commit 91444f546e
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 4 additions and 2 deletions

View File

@ -384,7 +384,7 @@ where ``setup.py`` is not in the root of project, the "subdirectory" component
is used. The value of the "subdirectory" component should be a path starting
from the root of the project to where ``setup.py`` is located.
So if your repository layout is::
If your repository layout is::
pkg_dir
├── setup.py # setup.py for package "pkg"
@ -393,7 +393,9 @@ So if your repository layout is::
└── some_file
some_other_file
You'll need to use ``pip install -e "vcs+protocol://repo_url/#egg=pkg&subdirectory=pkg_dir"``.
Then, to install from this repository, the syntax would be::
$ pip install -e "vcs+protocol://repo_url/#egg=pkg&subdirectory=pkg_dir"
Git