Skip to content

Commit

Permalink
Fix flake8 for docs/conf.yp
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Feb 22, 2024
1 parent b4c0938 commit d98c57c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ def setup(app):
# these
nitpick_ignore = [
# needed for building the docs with python 3.11 locally.
# we use the lowest supported version on readthedocs, so that is what we use the intersphinx
# link above
# we use the lowest supported version on readthedocs,
# so that is what we use in the intersphinx link above
("py:class", "enum.StrEnum"),
# these are coming from traitlets:
("py:class", "t.Union"),
Expand Down Expand Up @@ -305,7 +305,7 @@ def setup(app):
"name": "CTA Observatory",
"url": "https://www.cta-observatory.org/",
"type": "url",
"icon": "https://www.cta-observatory.org/wp-content/themes/ctao/favicon.ico",
"icon": "https://www.cta-observatory.org/wp-content/themes/ctao/favicon.ico", # noqa: E501
},
],
"announcement": """
Expand Down

0 comments on commit d98c57c

Please sign in to comment.