From a4be4e91d20c89ff2058d13ec957b588b1c272a4 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Wed, 4 Feb 2015 19:11:48 +0000 Subject: More fixes for update_web_docs_svn for jit docs (PR jit/64257) gcc/jit/ChangeLog: PR jit/64257 * docs/conf.py (html_theme): Change from 'pyramid' to 'sphinxdoc'. maintainer-scripts/ChangeLog: PR jit/64257 * update_web_docs_svn: Update build of jit docs to use EPEL6 variant install of sphinx 1.0.8, rather than 0.6.6. From-SVN: r220412 --- gcc/jit/ChangeLog | 6 ++++++ gcc/jit/docs/conf.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'gcc/jit') diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index 0ea101d..fa138a9 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,5 +1,11 @@ 2015-02-04 David Malcolm + PR jit/64257 + * docs/conf.py (html_theme): Change from 'pyramid' + to 'sphinxdoc'. + +2015-02-04 David Malcolm + * docs/topics/contexts.rst (gcc_jit_context_acquire): Fix typo. * docs/_build/texinfo/libgccjit.texi: Regenerate. diff --git a/gcc/jit/docs/conf.py b/gcc/jit/docs/conf.py index 1bdc081..8f4dd8b 100644 --- a/gcc/jit/docs/conf.py +++ b/gcc/jit/docs/conf.py @@ -107,7 +107,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'pyramid' +html_theme = 'sphinxdoc' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the -- cgit v1.1