Skip to content

Commit

Permalink
Try to disable rst2pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed May 14, 2019
1 parent cbdf9e8 commit eb5b9a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
extensions = [
'sphinx.ext.todo',
'sphinx.ext.ifconfig',
'rst2pdf.pdfbuilder',
'sphinx.ext.intersphinx',
]

Expand Down Expand Up @@ -430,7 +429,7 @@
# Enable rst2pdf extension modules (default is empty list)
# you need vectorpdf for better sphinx's graphviz support
#pdf_extensions = ['vectorpdf']
pdf_extensions = ['dotted_toc']
#pdf_extensions = ['dotted_toc']

intersphinx_mapping = {'user': ('http://glpi-user-documentation.readthedocs.io/fr/latest/', None)}

Expand Down

0 comments on commit eb5b9a9

Please sign in to comment.