Skip to content

Commit

Permalink
DOC: Miscellaneous tiny changes (#2744)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-t-1 authored Jul 9, 2024
1 parent 4fab353 commit 6ef6d7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# If extensions (or modules to document with autodoc) are in another directory,
# 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 datetime
import os
import shutil
import sys
Expand All @@ -25,7 +26,7 @@
# -- Project information -----------------------------------------------------

project = py_pkg.__name__
copyright = "2006 - 2023, Mathieu Fenniak and pypdf contributors"
copyright = f"2006 - {datetime.datetime.now(tz=datetime.timezone.utc).year}, Mathieu Fenniak and pypdf contributors"
author = "Mathieu Fenniak"

# The version info for the project you're documenting, acts as replacement for
Expand Down
2 changes: 1 addition & 1 deletion docs/meta/faq.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Frequently-Asked Questions
# Frequently Asked Questions

## How is pypdf related to PyPDF2?

Expand Down

0 comments on commit 6ef6d7e

Please sign in to comment.