Open sveetch opened 1 month ago
We could just set them to None in default settings and code using them should do the Path.cwd() themselves when it is None (and it is possibly be already done somewhere). These setttings doc should mention it would be resolved to 'cwd' when null.
Describe the bug
As it can be seen here: https://diskette.readthedocs.io/en/latest/settings.html#diskette.settings.DISKETTE_DUMP_PATH
Autodoc resolve the path and will display it as the default setting value, which is not very nice to do.
Environment
Describe your environment:
Expected behavior
I don't really know yet how to solve this but a local path should not be exposed since it can trouble developers and may be a potential security concern, even it will always be about the RTD build environment.