mirror of
https://github.com/pypa/pipenv.git
synced 2026-05-08 01:10:00 -04:00
9bd49f9759
Default values are added to docstrings so they appear in the docs. This should help maintainers to keep them up-to-date. Fix #2547.
8 lines
217 B
CSS
8 lines
217 B
CSS
/* Hide module name and default value for environment variable section */
|
|
div[id$='environment-variables'] code.descclassname {
|
|
display: none;
|
|
}
|
|
div[id$='environment-variables'] em.property {
|
|
display: none;
|
|
}
|