Include sphinx_rtd_theme to distribution
Patch from Dave Beckett
This commit is contained in:
parent
9d8cf9de5d
commit
128eb61238
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
SUBDIRS = sphinx_rtd_theme
|
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
SUBDIRS = css font fonts js
|
|
@ -0,0 +1 @@
|
|||
EXTRA_DIST = badge_only.css theme.css
|
|
@ -0,0 +1,2 @@
|
|||
EXTRA_DIST = fontawesome_webfont.eot fontawesome_webfont.svg \
|
||||
fontawesome_webfont.ttf fontawesome_webfont.woff
|
|
@ -0,0 +1,3 @@
|
|||
EXTRA_DIST = FontAwesome.otf fontawesome-webfont.eot \
|
||||
fontawesome-webfont.svg fontawesome-webfont.ttf \
|
||||
fontawesome-webfont.woff
|
|
@ -0,0 +1 @@
|
|||
EXTRA_DIST = theme.js
|
Loading…
Reference in New Issue