Skip to content

Commit

Permalink
Remove rst2pdf because of build failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhartung committed Dec 8, 2017
1 parent 5a8a41b commit 7f8211f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ help:
@echo " pseudoxml to make pseudoxml-XML files for display purposes"
@echo " linkcheck to check all external links for integrity"
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
@echo " usermanual to make a PDF manual"
@echo " coverage to run coverage check of the documentation (if enabled)"
@echo " serve to serve the local html build on port 5000 for viewing"

Expand Down Expand Up @@ -178,11 +177,6 @@ doctest:
@echo "Testing of doctests in the sources finished, look at the " \
"results in $(BUILDDIR)/doctest/output.txt."

usermanual:
@echo "Running files through rst2pdf..."
$(SPHINXBUILD) -b pdf -D exclude_patterns="['_build', 'paradrop/paradrop.rst']" $(ALLSPHINXOPTS) $(BUILDDIR)/usermanual
@echo "Build finished; the PDF files are in $(BUILDDIR)/usermanual."

coverage:
$(SPHINXBUILD) -b coverage $(ALLSPHINXOPTS) $(BUILDDIR)/coverage
@echo "Testing of coverage in the sources finished, look at the " \
Expand Down
7 changes: 0 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'rst2pdf.pdfbuilder',
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
Expand Down Expand Up @@ -310,12 +309,6 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}

# -- rst2pdf output ------------------------------------------------------

pdf_documents = [
('index', u'rst2pdf', u'ParaDrop Manual', u'Paradrop Labs')
]

# -- Mock out modules -------------------------------------------

# These modules use C extensions which cause trouble when building on
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ pytz==2017.3
PyYAML==3.11
reportlab==3.4.0
requests==2.15.1
rst2pdf==0.93.dev0
service-identity==16.0.0
six==1.10.0
smokesignal==0.7.0
Expand Down

0 comments on commit 7f8211f

Please sign in to comment.