]> git.pld-linux.org Git - packages/python-sympy.git/blob - docs-build.patch
f9e3a92cfb75819022c5a32dc928aefaa8daeab8
[packages/python-sympy.git] / docs-build.patch
1 --- sympy-1.0/doc/Makefile~     2016-03-08 19:38:39.000000000 +0100
2 +++ sympy-1.0/doc/Makefile      2016-05-10 08:10:27.649406764 +0200
3 @@ -117,7 +117,7 @@
4         pdflatex -output-directory=_build/cheatsheet cheatsheet/cheatsheet.tex
5         pdflatex -output-directory=_build/cheatsheet cheatsheet/cheatsheet.tex
6  
7 -_build/cheatsheet/cheatsheet.pdf: cheatsheet/combinatoric_cheatsheet.tex
8 +_build/cheatsheet/combinatoric_cheatsheet.pdf: cheatsheet/combinatoric_cheatsheet.tex
9         mkdir -p _build/cheatsheet
10         pdflatex -output-directory=_build/cheatsheet cheatsheet/combinatoric_cheatsheet.tex
11         pdflatex -output-directory=_build/cheatsheet cheatsheet/combinatoric_cheatsheet.tex
12 diff -ur sympy-1.1.1.org/doc/api/conf.py sympy-1.1.1/doc/api/conf.py
13 --- sympy-1.1.1.org/doc/api/conf.py     2017-07-22 00:17:42.000000000 +0200
14 +++ sympy-1.1.1/doc/api/conf.py 2018-07-04 21:04:02.333475214 +0200
15 @@ -131,4 +131,4 @@
16  #latex_appendices = []
17  
18  # If false, no module index is generated.
19 -#latex_use_modindex = True
20 +#latex_domain_indices = True
21 diff -ur sympy-1.1.1.org/doc/src/conf.py sympy-1.1.1/doc/src/conf.py
22 --- sympy-1.1.1.org/doc/src/conf.py     2017-07-27 00:46:51.000000000 +0200
23 +++ sympy-1.1.1/doc/src/conf.py 2018-07-04 21:03:49.133014108 +0200
24 @@ -178,7 +178,7 @@
25  latex_show_pagerefs = True
26  
27  # We use False otherwise the module index gets generated twice.
28 -latex_use_modindex = False
29 +latex_domain_indices = False
30  
31  default_role = 'math'
32  pngmath_divpng_args = ['-gamma 1.5', '-D 110']
This page took 0.050182 seconds and 2 git commands to generate.