Include sphinx_rtd_theme to distribution

Patch from Dave Beckett
This commit is contained in:
Tatsuhiro Tsujikawa 2014-02-08 16:29:18 +09:00
parent 9d8cf9de5d
commit 128eb61238
9 changed files with 22 additions and 0 deletions

View File

@ -399,6 +399,13 @@ AC_CONFIG_FILES([
python/Makefile
doc/Makefile
doc/conf.py
doc/_themes/Makefile
doc/_themes/sphinx_rtd_theme/Makefile
doc/_themes/sphinx_rtd_theme/static/Makefile
doc/_themes/sphinx_rtd_theme/static/css/Makefile
doc/_themes/sphinx_rtd_theme/static/font/Makefile
doc/_themes/sphinx_rtd_theme/static/fonts/Makefile
doc/_themes/sphinx_rtd_theme/static/js/Makefile
])
AC_OUTPUT

View File

@ -21,6 +21,8 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SUBDIRS = _themes
EXTRA_DIST = README.rst apiref-header.rst index.rst mkapiref.py \
package_README.rst tutorial-client.rst tutorial-server.rst

1
doc/_themes/Makefile.am vendored Normal file
View File

@ -0,0 +1 @@
SUBDIRS = sphinx_rtd_theme

View File

@ -0,0 +1,4 @@
SUBDIRS = static
EXTRA_DIST = breadcrumbs.html footer.html __init__.py layout.html \
layout_old.html searchbox.html search.html theme.conf versions.html

View File

@ -0,0 +1 @@
SUBDIRS = css font fonts js

View File

@ -0,0 +1 @@
EXTRA_DIST = badge_only.css theme.css

View File

@ -0,0 +1,2 @@
EXTRA_DIST = fontawesome_webfont.eot fontawesome_webfont.svg \
fontawesome_webfont.ttf fontawesome_webfont.woff

View File

@ -0,0 +1,3 @@
EXTRA_DIST = FontAwesome.otf fontawesome-webfont.eot \
fontawesome-webfont.svg fontawesome-webfont.ttf \
fontawesome-webfont.woff

View File

@ -0,0 +1 @@
EXTRA_DIST = theme.js