Skip to content

Commit

Permalink
disable rst2pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDBanner committed Sep 28, 2021
1 parent 224dbe6 commit eec6d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
'sphinx_tabs.tabs',
'sphinx_copybutton',
'sphinx.ext.autosectionlabel',
'rst2pdf.pdfbuilder',
# 'rst2pdf.pdfbuilder',
]

pdf_documents = [('index', u'rst2pdf', u'Sample rst2pdf doc', u'Your Name'),]
# pdf_documents = [('index', u'rst2pdf', u'Sample rst2pdf doc', u'Your Name'),]

sphinx_tabs_valid_builders = ['linkcheck']
sphinx_tabs_nowarn = True
Expand Down

0 comments on commit eec6d0e

Please sign in to comment.