tox icon indicating copy to clipboard operation
tox copied to clipboard

Document all config expansions in a single page

Open ssbarnea opened this issue 6 months ago • 1 comments

Issue

I want to have one documentation page that lists all expansions made by tox when loading its config, with the kind of values they would have. Example:

  • basepython - full path to python interpreter
  • env_name - name of the environment
  • env_dir - path to the environment
  • env_tmp_dir - {work_dir}/{env_name}/tmp
  • passargs- ...

It should be noted that most of these do have some documentation, but they are not listed in a centralized space, making hard to determine what you could use.

I am curious if there is a programmatic way to generate these as I would also find it useful to list them with --help.

ssbarnea avatar Aug 13 '24 18:08 ssbarnea