• Brett Cannon's avatar
    Issue #22394: Add a 'venv' command to Doc/Makefile. · d5ea39d1
    Brett Cannon yazdı
    This will create a venv using the interpreter specified by the PYTHON
    variable for the Makefile that also install Sphinx. Typical usage is
    expected to be:
    
      cd Doc
      make venv PYTHON=../python
      make html PYTHON=venv/bin/python3
    d5ea39d1
.hgignore 1.29 KB