Skip to content

Commit

Permalink
Merge pull request #147 from jstockwin/dependabot/pip/sphinx-3.4.0
Browse files Browse the repository at this point in the history
Bump sphinx from 2.3.1 to 3.4.0
  • Loading branch information
jstockwin committed Dec 24, 2020
2 parents b9e2ee3 + 1679d90 commit b9b78c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion py_pdf_parser/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ class PDFDocument:
will be PDFMiner elements, and not PDFElements from this package.
Attributes:
pages (list): A list of all `PDFPages` in the document.
number_of_pages (int): The total number of pages in the document.
page_numbers (list(int)): A list of available page numbers.
sectioning: Gives access to the sectioning utilities. See the documentation for
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"recommonmark==0.7.1",
"sphinx-autobuild==2020.9.1",
"sphinx-rtd-theme==0.5.0",
"Sphinx==2.3.1",
"Sphinx==3.4.0",
# This is a sub-dependency but is pinned because the next version doesn't
# install correctly. See:
# https://github.com/scikit-build/ninja-python-distributions/issues/27
Expand Down

0 comments on commit b9b78c0

Please sign in to comment.