Skip to content

Commit

Permalink
attempts to vary the docs conf.py to make nitpick pass
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Nov 18, 2024
1 parent f4a00b8 commit 09e54a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
# builtins
("py:class", "NoneType"),
("py:class", "'str'"),
(r"py:class", r"ophyd_async\.core\..*"),
("py:class", r"ophyd_async\.tango\..*"), # note this one does not work
("py:class", "'float'"),
("py:class", "'int'"),
("py:class", "'bool'"),
Expand All @@ -91,6 +93,7 @@
("py:class", "typing_extensions.Literal"),
]

# autodoc_mock_imports = ["ophyd_async.tango"] # this one also does not work
# Order the members by the order they appear in the source code
autodoc_member_order = "bysource"

Expand Down

0 comments on commit 09e54a7

Please sign in to comment.