Skip to content

Commit

Permalink
docs: fix myst warning suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Sep 3, 2023
1 parent 9055c6c commit f145e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def _get_build_type():
issues_github_path = "pypdfium2-team/pypdfium2"

suppress_warnings = [
"ref.myst",
"myst.header",
"myst.xref_missing",
]

add_module_names = False
Expand Down

0 comments on commit f145e5e

Please sign in to comment.