diff --git a/build_docs.py b/build_docs.py index d1b60bf..25d27c4 100755 --- a/build_docs.py +++ b/build_docs.py @@ -41,7 +41,8 @@ BRANCHES = [ # version, git branch, isdev (3.6, '3.6', False), - (3.7, 'master', True), + (3.7, '3.7', True), + (3.8, 'master', True), (2.7, '2.7', False) ]