Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pikepdf/pikepdf
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Feb 17, 2022
2 parents 8a6f468 + 14a3322 commit 44a67f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def pip(*args):
templates_path = ['_templates']

with open('../pyproject.toml', 'rb') as f:
pyproject_toml = toml.load(f)
pyproject_toml = tomli.load(f)
toml_env = pyproject_toml['tool']['cibuildwheel']['environment']

rst_prolog = f"""
Expand Down

0 comments on commit 44a67f1

Please sign in to comment.