Skip to content

Commit e09aa62

Browse files
authored
build: Do not show type hint in the signature (#258)
1 parent 0a3aa1a commit e09aa62

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@
112112
# Option to automatically generate summaries.
113113
autosummary_generate = True
114114

115+
# Hide type hints in signatures.
116+
autodoc_typehints = "none"
117+
115118
public_apis = qctrlopencontrols.__all__
116119

117120
# the key of autosummary_context can be used

qctrlopencontrols/dynamic_decoupling_sequences/predefined.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def new_cpmg_sequence(
389389
References
390390
----------
391391
.. [#] `S. Meiboom and D. Gill, Review of Scientific Instruments 29:8, 688 (1958).
392-
<https://link.aps.org/doi/10.1063/1.1716296>`_
392+
<https://doi.org/10.1063/1.1716296>`_
393393
"""
394394

395395
check_arguments(

0 commit comments

Comments
 (0)