Skip to content

Commit 67421b5

Browse files
Padraig GleesonPadraig Gleeson
Padraig Gleeson
authored and
Padraig Gleeson
committed
Fix issue with readthedocs failing at pdf generation (due to svg badges)
See e.g. readthedocs/readthedocs.org#10150
1 parent edad742 commit 67421b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ version: 2
99
sphinx:
1010
configuration: docs/sphinx/source/conf.py
1111

12-
# Include PDF and ePub
13-
formats: all
12+
# Just generate html version, as pdf failing due to inclusion of svg files (in badges)
13+
formats: html
1414

1515
python:
1616
version: 3.7

0 commit comments

Comments
 (0)