Skip to content

Commit

Permalink
remove DocVersion related
Browse files Browse the repository at this point in the history
  • Loading branch information
garenchan committed Sep 17, 2018
1 parent 3e86fd2 commit 067c772
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/conf.py
Expand Up @@ -4,7 +4,7 @@
import inspect
import re

from pallets_sphinx_themes import DocVersion, ProjectLink, get_version
from pallets_sphinx_themes import ProjectLink, get_version

# Project --------------------------------------------------------------

Expand Down Expand Up @@ -47,11 +47,6 @@
ProjectLink(
'Issue Tracker', 'https://github.com/pallets/flask/issues/'),
],
'versions': [
DocVersion('dev', 'Development', 'unstable'),
DocVersion('1.0', 'Flask 1.0', 'stable'),
DocVersion('0.12', 'Flask 0.12'),
],
'canonical_url': 'http://flask.pocoo.org/docs/{}/'.format(version),
'carbon_ads_args': 'zoneid=1673&serve=C6AILKT&placement=pocooorg',
}
Expand Down

0 comments on commit 067c772

Please sign in to comment.