Use the classic sphinx theme.

This commit is contained in:
Jerry James 2016-02-06 11:26:57 -07:00
parent 4679266460
commit 9df01736ac

View File

@ -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}