Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tox-dev/tox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.4.6
Choose a base ref
...
head repository: tox-dev/tox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.4.7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 2, 2023

  1. docs(config): fix temp_dir default value

    Ref: #2930
    César Román authored and jugmac00 committed Mar 2, 2023
    Copy the full SHA
    177a227 View commit details

Commits on Mar 12, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6be22df View commit details
Showing with 3 additions and 3 deletions.
  1. +2 −2 docs/conf.py
  2. +1 −1 docs/config.rst
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
import re
import subprocess
import sys
from datetime import date, datetime
from datetime import date
from importlib.machinery import SourceFileLoader
from pathlib import Path
from subprocess import check_output
@@ -26,7 +26,7 @@
master_doc, source_suffix = "index", ".rst"

html_theme = "furo"
html_title, html_last_updated_fmt = "tox", datetime.now().isoformat()
html_title, html_last_updated_fmt = "tox", "%Y-%m-%dT%H:%M:%S"
pygments_style, pygments_dark_style = "sphinx", "monokai"
html_static_path, html_css_files = ["_static"], ["custom.css"]
html_logo, html_favicon = "_static/img/tox.svg", "_static/img/toxfavi.ico"
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
@@ -174,7 +174,7 @@ Core

.. conf::
:keys: temp_dir
:default: {tox_root}/.tmp
:default: {work_dir}/.tmp

Directory where to put tox temporary files. For example: we create a hard link (if possible, otherwise new copy) in
this directory for the project package. This ensures tox works correctly when having parallel runs (as each session