mirror of
https://github.com/ImperialCollegeLondon/ReCoDE_MCMCFF.git
synced 2025-06-26 08:51:16 +02:00
Merge pull request #9 from jcohen02/fix/issue8
Update autodoc conf to prevent expansion of constants
This commit is contained in:
commit
3208981fe3
@ -61,6 +61,9 @@ templates_path = ["_templates"]
|
||||
# This pattern also affects html_static_path and html_extra_path.
|
||||
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", ".pytest_cache"]
|
||||
|
||||
# Preserve default values, don't expand them - prevents replacing default
|
||||
# values with constants or object representations including a memory address
|
||||
autodoc_preserve_defaults = True
|
||||
|
||||
# -- Options for HTML output -------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user