Skip to content

Commit

Permalink
Merge pull request #2399 from cta-observatory/fix_docs_build
Browse files Browse the repository at this point in the history
Fix docs by adding more traitlets nitpick ignores
  • Loading branch information
maxnoe authored Sep 22, 2023
2 parents 3c5b4f3 + 9e393b4 commit 74724b8
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 @@ -131,6 +131,12 @@ def setup(app):
("py:class", "traitlets.config.application.Application"),
("py:class", "traitlets.utils.sentinel.Sentinel"),
("py:class", "traitlets.traitlets.ObserveHandler"),
("py:obj", "traitlets.traitlets.G"),
("py:obj", "traitlets.traitlets.S"),
("py:class", "traitlets.traitlets.T"),
("py:class", "re.Pattern[t.Any]"),
("py:class", "Sentinel"),
("py:class", "ObserveHandler"),
("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 74724b8

Please sign in to comment.