From d69e331131e40d99a3bbf0a230cfd72272c6b9e2 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Mon, 4 Nov 2013 14:52:48 -0800 Subject: [PATCH 1/3] Include proper MANIFEST.in, fixes #27 --- MANIFEST.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..eaca81d8 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,10 @@ +include *.txt +include LICENSE +recursive-include sphinx_rtd_theme *.conf +recursive-include sphinx_rtd_theme *.css +recursive-include sphinx_rtd_theme *.eot +recursive-include sphinx_rtd_theme *.html +recursive-include sphinx_rtd_theme *.js +recursive-include sphinx_rtd_theme *.svg +recursive-include sphinx_rtd_theme *.ttf +recursive-include sphinx_rtd_theme *.woff From e95aad0b0ad025c1c84b9c0b8aa86c7e65dd3db1 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Mon, 4 Nov 2013 14:53:20 -0800 Subject: [PATCH 2/3] Bump version --- sphinx_rtd_theme/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_rtd_theme/__init__.py b/sphinx_rtd_theme/__init__.py index d27f614d..e1290a87 100644 --- a/sphinx_rtd_theme/__init__.py +++ b/sphinx_rtd_theme/__init__.py @@ -5,7 +5,7 @@ From https://github.com/ryan-roemer/sphinx-bootstrap-theme. """ import os -VERSION = (0, 1, 3) +VERSION = (0, 1, 4) __version__ = ".".join(str(v) for v in VERSION) __version_full__ = __version__ From f56bf01a577e032ae4465f06ce0178c022ba09f1 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Mon, 4 Nov 2013 15:12:03 -0800 Subject: [PATCH 3/3] Ignore dist --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bda6a73f..3076d7d8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *.DS_Store *.sass-cache .ruby-version +dist/ bower_components/ node_modules/ npm-debug.log