We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094a938 commit a85b203Copy full SHA for a85b203
Pipfile
@@ -10,17 +10,13 @@ lint-requirements = "_scripts/lint_requirements.sh"
10
linkcheck = "sphinx-build -nW -b linkcheck . _build"
11
12
[packages]
13
-# Pinning packages with ~= unless their version starts with 0.,
14
-# then pinning each version strictly with ==
15
-sphinx = "~=2.2.1"
16
-sphinx-tabs = "~=1.1.13"
+sphinx = "*"
+sphinx-tabs = "*"
17
18
[dev-packages]
19
20
21
-sphinx-autobuild = "==0.7.1"
22
-sphinx-rtd-theme = "==0.4.3"
23
-pylama = "~=7.7.1"
+sphinx-autobuild = "*"
+sphinx-rtd-theme = "*"
+pylama = "*"
24
25
[requires]
26
python_version = "3.7" # ReadTheDocs runtime
0 commit comments