You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/fabric/files/fabric-1.4.2-git_tags_docs....

22 lines
1.0 KiB

--- docs/conf.py.org 2012-05-08 02:08:14.000000000 -0400
+++ docs/conf.py 2012-05-10 10:06:28.000000000 -0400
@@ -170,12 +170,13 @@
html_theme = 'default'
html_style = 'rtd.css'
-from fabric.api import local, hide
-with hide('everything'):
- get_tags = 'git tag | sort -r | egrep "(1\.[^0]+)\.."'
- fabric_tags = local(get_tags, True).split()
-html_context = {'fabric_tags': fabric_tags}
+#from fabric.api import local, hide
+#with hide('everything'):
+# get_tags = 'git tag | sort -r | egrep "(1\.[^0]+)\.."'
+# fabric_tags = local(get_tags, True).split()
+#html_context = {'fabric_tags': fabric_tags}
+html_context={'fabric_tags': ['1.4.2', '1.4.1', '1.4.0', '1.3.7', '1.3.6', '1.3.5', '1.3.4', '1.3.3', '1.3.2', '1.3.1', '1.3.0', '1.2.6', '1.2.5', '1.2.4', '1.2.3', '1.2.2', '1.2.1', '1.2.0', '1.1.8', '1.1.7', '1.1.6', '1.1.5', '1.1.4', '1.1.3', '1.1.2', '1.1.1', '1.1.0']}
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the