Skip to content

Commit

Permalink
BLD Do not get version from circle (#14462)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan authored and jnothman committed Jul 25, 2019
1 parent 5936ae3 commit 8db687b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/circle/list_versions.py
Expand Up @@ -51,7 +51,7 @@ def get_pdf_size(version):
ROOT_URL = 'https://api.github.com/repos/scikit-learn/scikit-learn.github.io/contents/' # noqa
RAW_FMT = 'https://raw.githubusercontent.com/scikit-learn/scikit-learn.github.io/master/%s/documentation.html' # noqa
VERSION_RE = re.compile(r"\bVERSION:\s*'([^']+)'")
NAMED_DIRS = ['dev', 'stable']
NAMED_DIRS = ['dev', 'stable', 'circle']

# Gather data for each version directory, including symlinks
dirs = {}
Expand Down

0 comments on commit 8db687b

Please sign in to comment.