tor-browser

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

.readthedocs.yml (167B)


      1 version: 2
      2 
      3 build:
      4  os: ubuntu-20.04
      5  tools:
      6    python: "3.10"
      7 
      8 sphinx:
      9  configuration: docs/conf.py
     10 
     11 python:
     12   install:
     13   - requirements: docs/requirements.txt