mirror of
https://github.com/vale981/sphinx-versions
synced 2025-03-05 09:41:38 -05:00
Add spaces around the '=' sign
This commit is contained in:
parent
1a481acaae
commit
26416ae350
1 changed files with 1 additions and 1 deletions
2
Pipfile
2
Pipfile
|
@ -10,7 +10,7 @@ click = "*"
|
||||||
colorclass = "*"
|
colorclass = "*"
|
||||||
sphinx = "*"
|
sphinx = "*"
|
||||||
sphinx_rtd_theme = "*"
|
sphinx_rtd_theme = "*"
|
||||||
typing = {version = "*", markers="python_version >= '3.0' and python_version < '3.5'"}
|
typing = {version = "*", markers = "python_version >= '3.0' and python_version < '3.5'"}
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3"
|
python_version = "3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue