tor-browser

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

.readthedocs.yml (498B)


      1 version: 2
      2 
      3 python:
      4   install:
      5     # Install pytest first, then doc/en/requirements.txt.
      6     # This order is important to honor any pins in doc/en/requirements.txt
      7     # when the pinned library is also a dependency of pytest.
      8     - method: pip
      9       path: .
     10     - requirements: doc/en/requirements.txt
     11 
     12 sphinx:
     13  configuration: doc/en/conf.py
     14  fail_on_warning: true
     15 
     16 build:
     17  os: ubuntu-20.04
     18  tools:
     19    python: "3.9"
     20  apt_packages:
     21    - inkscape
     22 
     23 formats:
     24  - epub
     25  - pdf
     26  - htmlzip