8000 Force html4 writer for sphinx 2 · matplotlib/matplotlib@f031693 · GitHub
[go: up one dir, main page]

Skip to content

Commit f031693

Browse files
committed
Force html4 writer for sphinx 2
1 parent 1020055 commit f031693

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@ def _check_dependencies():
362362
'fontpkg': r'\setmainfont{DejaVu Serif}',
363363
}
364364

365+
html4_writer = True
366+
365367

366368
def setup(app):
367369
if any(st in version for st in ('post', 'alpha', 'beta')):

requirements/doc/doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Install the documentation requirements with:
88
# pip install -r requirements/doc/doc-requirements.txt
99
#
10-
sphinx>=1.8.1,<2.0.0
10+
sphinx>=1.8.1,!=2.0.0
1111
colorspacious
1212
ipython
1313
ipywidgets

0 commit comments

Comments
 (0)
0