tor-browser

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

.readthedocs.yml (198B)


      1 version: 2
      2 
      3 build:
      4  image: latest
      5 
      6 formats: [pdf]
      7 sphinx:
      8  configuration: docs/conf.py
      9 
     10 python:
     11  version: 3.8
     12  install:
     13    - requirements: docs/requirements.txt
     14    - method: pip
     15      path: .