aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVictor Zverovich <viz@fb.com>2020-07-07 06:34:39 -0700
committerVictor Zverovich <viz@fb.com>2020-07-07 06:34:39 -0700
commit04c9b62fb4682a0e825b0f8177a7e67783352e78 (patch)
treecad802219a2c6dc8b2684d2104ad4c6dfcd6aaef /doc
parent6be6762e5774e48504a60c5250306232e3f8b8e5 (diff)
parent5173a76ba49936d252a85ee49b7eb96e3dff4033 (diff)
downloadfmtlib-04c9b62fb4682a0e825b0f8177a7e67783352e78.tar.gz
Merge release branch
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/build.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/build.py b/doc/build.py
index 06be004b..f8d9f51e 100755
--- a/doc/build.py
+++ b/doc/build.py
@@ -6,8 +6,7 @@ import errno, os, shutil, sys, tempfile
from subprocess import check_call, check_output, CalledProcessError, Popen, PIPE
from distutils.version import LooseVersion
-versions = [
- '1.0.0', '1.1.0', '2.0.0', '3.0.2', '4.0.0', '4.1.0', '5.0.0', '5.1.0', '5.2.0', '5.2.1', '5.3.0', '6.0.0', '6.1.0', '6.1.1', '6.1.2', '6.2.0', '6.2.1', '7.0.0']
+versions = ['1.0.0', '1.1.0', '2.0.0', '3.0.2', '4.0.0', '4.1.0', '5.0.0', '5.1.0', '5.2.0', '5.2.1', '5.3.0', '6.0.0', '6.1.0', '6.1.1', '6.1.2', '6.2.0', '6.2.1', '7.0.0']
def pip_install(package, commit=None, **kwargs):
"Install package using pip."