From 9df01736acee29ada014a5128c82e967e6c69bb7 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Sat, 6 Feb 2016 11:26:57 -0700 Subject: [PATCH] Use the classic sphinx theme. --- sympy.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sympy.spec b/sympy.spec index 3b6a8b9..cdaec5e 100644 --- a/sympy.spec +++ b/sympy.spec @@ -104,6 +104,9 @@ sed -e '/import warnings/ifrom sympy.utilities.pytest import XFAIL' \ -i.orig sympy/plotting/tests/test_plot_implicit.py fixtimestamp sympy/plotting/tests/test_plot_implicit.py +# The classic sphinx theme is explicitly needed. +sed -i '/html_theme/ihtml_theme = "classic"' doc/src/conf.py + # Make a copy for building the python3 version rm -rf %{py3dir} cp -a . %{py3dir}