From: Michael R. Crusoe <crusoe@debian.org>
Subject: improve reproducibility of the docs

By not evaluating the default values to avoid insterting text like:
"default: <function Experiment.<lambda> at 0x7f8384fc3a00>"
--- python-pymeasure.orig/docs/conf.py
+++ python-pymeasure/docs/conf.py
@@ -274,7 +274,7 @@
 
 typehints_use_rtype = False
 typehints_defaults = "braces-after"
-
+autodoc_preserve_defaults = True
 
 def setup(app):
     app.connect('autodoc-process-docstring', gen_channel_docs)
