Skip to content

Commit

Permalink
docs: silence some wrong extlinks warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Feb 26, 2022
1 parent d4639c0 commit 4b74932
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Expand Up @@ -4,6 +4,10 @@
import types
import sys

from sphinx.util import logging

# https://github.com/sphinx-doc/sphinx/issues/10112
logging.getLogger('sphinx.ext.extlinks').setLevel(40)

dir_ = os.path.dirname(os.path.realpath(__file__))

Expand Down

0 comments on commit 4b74932

Please sign in to comment.