Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove rst2pdf #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) -t devo8 -t devo10 source
help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " html to make standalone HTML files"
@echo " pdf to make standalone PDF files via rst2pdf"
# @echo " pdf to make standalone PDF files via rst2pdf"
@echo " epub to make an epub"
@echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
@echo " latexpdf to make LaTeX files and run them through pdflatex"
Expand Down Expand Up @@ -116,10 +116,10 @@ pseudoxml: $(SPHINXBUILD)
@echo
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml-$(TARGET)."

pdf: $(SPHINXBUILD)
$(SPHINXBUILD) -b pdf $(ALLSPHINXOPTS) $(BUILDDIR)/pdf-$(TARGET)
@echo
@echo "Build finished. The PDF files are in $(BUILDDIR)/pdf-$(TARGET)."
#pdf: $(SPHINXBUILD)
# $(SPHINXBUILD) -b pdf $(ALLSPHINXOPTS) $(BUILDDIR)/pdf-$(TARGET)
# @echo
# @echo "Build finished. The PDF files are in $(BUILDDIR)/pdf-$(TARGET)."

venv: $(VENVDIR)/bin/activate
$(BUILDDIR)/venv/bin/activate: requirements.txt
Expand Down
544 changes: 0 additions & 544 deletions dist-packages/rst2pdf/CHANGES.txt

This file was deleted.

17 changes: 0 additions & 17 deletions dist-packages/rst2pdf/Contributors.txt

This file was deleted.

21 changes: 0 additions & 21 deletions dist-packages/rst2pdf/LICENSE.txt

This file was deleted.

71 changes: 0 additions & 71 deletions dist-packages/rst2pdf/README.rst

This file was deleted.

39 changes: 0 additions & 39 deletions dist-packages/rst2pdf/README.txt

This file was deleted.

113 changes: 0 additions & 113 deletions dist-packages/rst2pdf/bootstrap.py

This file was deleted.

52 changes: 0 additions & 52 deletions dist-packages/rst2pdf/buildout.cfg

This file was deleted.

9 changes: 0 additions & 9 deletions dist-packages/rst2pdf/rst2pdf/__init__.py

This file was deleted.

Loading