Skip to content

Commit

Permalink
Co-authored-by: Matthew Peveler <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jun 25, 2022
1 parent 2e0e081 commit aad1b7c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ PyPDF2_pdfLocation.txt

.python-version
tests/pdf_cache/
docs/meta/CHANGELOG.md
File renamed without changes.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
import os
import shutil
import sys

sys.path.insert(0, os.path.abspath("."))
sys.path.insert(0, os.path.abspath("../"))

shutil.copyfile("../CHANGELOG.md", "meta/CHANGELOG.md")

# -- Project information -----------------------------------------------------

project = "PyPDF2"
Expand Down
1 change: 0 additions & 1 deletion docs/meta/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/meta/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PyPDF2 1.27.10 supported Python 2.7 to 3.10.

## Who uses PyPDF2?

pyPdf is vendored [into]((https://github.com/Buyanbat/XacCRM/tree/ee78e8df967182f661b6494a86444501e7d89c8f/report/pyPdf)) [several](https://github.com/MyBook/calibre/tree/ca1efe3c21f6553e096dab745b3cdeb36244a5a9/src/pyPdf) [projects](https://github.com/Giacomo-De-Florio-Dev/Make_Your_PDF_Safe/tree/ec439f92243d12d54ae024668792470c6b40ee96/MakeYourPDFsafe_V1.3/PyPDF2). That
pyPdf is vendored [into](https://github.com/Buyanbat/XacCRM/tree/ee78e8df967182f661b6494a86444501e7d89c8f/report/pyPdf) [several](https://github.com/MyBook/calibre/tree/ca1efe3c21f6553e096dab745b3cdeb36244a5a9/src/pyPdf) [projects](https://github.com/Giacomo-De-Florio-Dev/Make_Your_PDF_Safe/tree/ec439f92243d12d54ae024668792470c6b40ee96/MakeYourPDFsafe_V1.3/PyPDF2). That
means the code of pyPdf was copied into that project.

Projects that depend on PyPDF2:
Expand Down
2 changes: 1 addition & 1 deletion make_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ def parse_commit_line(line) -> Change:


if __name__ == "__main__":
main("CHANGELOG")
main("CHANGELOG.md")

0 comments on commit aad1b7c

Please sign in to comment.