diff --git a/configure.ac b/configure.ac index bca01cc3..446a1faf 100644 --- a/configure.ac +++ b/configure.ac @@ -399,6 +399,12 @@ 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/fonts/Makefile + doc/_themes/sphinx_rtd_theme/static/js/Makefile ]) AC_OUTPUT diff --git a/doc/Makefile.am b/doc/Makefile.am index 6dad859e..e591f697 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -21,8 +21,11 @@ # 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 + package_README.rst tutorial-client.rst tutorial-server.rst \ + nghttp2.h.rst nghttp2ver.h.rst # Makefile for Sphinx documentation # diff --git a/doc/_themes/Makefile.am b/doc/_themes/Makefile.am new file mode 100644 index 00000000..61b485fc --- /dev/null +++ b/doc/_themes/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = sphinx_rtd_theme diff --git a/doc/_themes/sphinx_rtd_theme/Makefile.am b/doc/_themes/sphinx_rtd_theme/Makefile.am new file mode 100644 index 00000000..4d9ec50e --- /dev/null +++ b/doc/_themes/sphinx_rtd_theme/Makefile.am @@ -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 diff --git a/doc/_themes/sphinx_rtd_theme/static/Makefile.am b/doc/_themes/sphinx_rtd_theme/static/Makefile.am new file mode 100644 index 00000000..3dbe7542 --- /dev/null +++ b/doc/_themes/sphinx_rtd_theme/static/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = css fonts js diff --git a/doc/_themes/sphinx_rtd_theme/static/css/Makefile.am b/doc/_themes/sphinx_rtd_theme/static/css/Makefile.am new file mode 100644 index 00000000..7c708b1e --- /dev/null +++ b/doc/_themes/sphinx_rtd_theme/static/css/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = badge_only.css theme.css diff --git a/doc/_themes/sphinx_rtd_theme/static/font/fontawesome_webfont.eot b/doc/_themes/sphinx_rtd_theme/static/font/fontawesome_webfont.eot deleted file mode 100755 index 0662cb96..00000000 Binary files a/doc/_themes/sphinx_rtd_theme/static/font/fontawesome_webfont.eot and /dev/null differ diff --git a/doc/_themes/sphinx_rtd_theme/static/font/fontawesome_webfont.svg b/doc/_themes/sphinx_rtd_theme/static/font/fontawesome_webfont.svg deleted file mode 100755 index 2edb4ec3..00000000 --- a/doc/_themes/sphinx_rtd_theme/static/font/fontawesome_webfont.svg +++ /dev/null @@ -1,399 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/_themes/sphinx_rtd_theme/static/font/fontawesome_webfont.ttf b/doc/_themes/sphinx_rtd_theme/static/font/fontawesome_webfont.ttf deleted file mode 100755 index d3659246..00000000 Binary files a/doc/_themes/sphinx_rtd_theme/static/font/fontawesome_webfont.ttf and /dev/null differ diff --git a/doc/_themes/sphinx_rtd_theme/static/font/fontawesome_webfont.woff b/doc/_themes/sphinx_rtd_theme/static/font/fontawesome_webfont.woff deleted file mode 100755 index b9bd17e1..00000000 Binary files a/doc/_themes/sphinx_rtd_theme/static/font/fontawesome_webfont.woff and /dev/null differ diff --git a/doc/_themes/sphinx_rtd_theme/static/fonts/Makefile.am b/doc/_themes/sphinx_rtd_theme/static/fonts/Makefile.am new file mode 100644 index 00000000..a2dbbdef --- /dev/null +++ b/doc/_themes/sphinx_rtd_theme/static/fonts/Makefile.am @@ -0,0 +1,3 @@ +EXTRA_DIST = FontAwesome.otf fontawesome-webfont.eot \ +fontawesome-webfont.svg fontawesome-webfont.ttf \ +fontawesome-webfont.woff diff --git a/doc/_themes/sphinx_rtd_theme/static/js/Makefile.am b/doc/_themes/sphinx_rtd_theme/static/js/Makefile.am new file mode 100644 index 00000000..d5d69c76 --- /dev/null +++ b/doc/_themes/sphinx_rtd_theme/static/js/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = theme.js