Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
copy Max's fix to the doc config to ignore traitlets things.
  • Loading branch information
Tobychev authored Sep 20, 2023
1 parent 2d5ce22 commit 9e8b688
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,13 @@ def setup(app):
("py:class", "traitlets.traitlets.Int"),
("py:class", "traitlets.config.application.Application"),
("py:class", "traitlets.utils.sentinel.Sentinel"),
("py:class", "traitlets.traitlets.T"),
("py:class", "re.Pattern[t.Any]"),
("py:class", "Sentinel"),
("py:class", "ObserveHandler"),
("py:class", "traitlets.traitlets.ObserveHandler"),
("py:obj", "traitlets.traitlets.G"),
("py:obj", "traitlets.traitlets.S"),
("py:obj", "traitlets.config.boolean_flag"),
("py:obj", "traitlets.TraitError"),
("py:obj", "-v"), # fix for wrong syntax in a traitlets docstring
Expand Down

0 comments on commit 9e8b688

Please sign in to comment.