Skip to content

Commit

Permalink
Using 3.x as the version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed May 27, 2015
1 parent 1dedc25 commit 9865f4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Expand Up @@ -18,9 +18,7 @@
source_suffix = '.rst'

# Parse the version from the latest git tag
version_command = 'git describe --abbrev=0 --tags'
git_verson = subprocess.check_output(version_command, shell=True)
version = os.getenv('VERSION', git_verson.strip())
version = '3.x'

exclude_patterns = ['_build', 'venv']
html_static_path = ['_static']
Expand Down

0 comments on commit 9865f4a

Please sign in to comment.