- Language: en
- Documentation version: 1.3.1
Configure PoPy
The machine-level settings of your PoPy installation are stored in
<PoPy installation folder>\popy_config.pyml which can be modified
in your chosen text editor.
We recommend, however, that you do not alter this file unless you know exactly what you are doing; the default settings should be sufficient for most users.
Should you edit your ‘popy_config.pyml’ and PoPy stops functioning correctly, please restore to the following default settings:
# path to graphviz dot.exe for creating diagrams
graphviz_dot_path: auto
# path to sphinx confuration options - used when generating html or latex
sphinx_conf_folder: ${POPY_PYTHON_PATH}/conf
Upon running PoPy for the first time, a user-level configuration file will also (on Microsoft Windows only) be created in the user’s roaming profile which is typically found at
C:\Users\<username>\AppData\Roaming\PoPy\<SHA>-config.pyml
where <username> is the user’s login username and <SHA> is the unique identifier for the version of PoPy being configured, as displayed when running popy info. Settings in the user’s local configurations override those in the global configuration. In this way, we provide user- and installation-specific configuration of PoPy for finer-grained control over PoPy’s behaviour.