tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

.readthedocs.yml (221B)


      1 version: 2
      2 
      3 python:
      4   install:
      5     # Without this, sphinx can't find pluggy's version.
      6     - method: pip
      7       path: .
      8     - requirements: docs/requirements.txt
      9 
     10 build:
     11  os: ubuntu-22.04
     12  tools:
     13    python: "3.11"