Commit 128eb612 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Include sphinx_rtd_theme to distribution

Patch from Dave Beckett
parent 9d8cf9de
......@@ -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
......
......@@ -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
......
SUBDIRS = sphinx_rtd_theme
SUBDIRS = static
EXTRA_DIST = breadcrumbs.html footer.html __init__.py layout.html \
layout_old.html searchbox.html search.html theme.conf versions.html
EXTRA_DIST = badge_only.css theme.css
EXTRA_DIST = fontawesome_webfont.eot fontawesome_webfont.svg \
fontawesome_webfont.ttf fontawesome_webfont.woff
EXTRA_DIST = FontAwesome.otf fontawesome-webfont.eot \
fontawesome-webfont.svg fontawesome-webfont.ttf \
fontawesome-webfont.woff
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment