Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
platformdirs / .readthedocs.yml
Size: Mime:
version: 2
build:
  image: latest
formats:
  - htmlzip
  - epub
  - pdf
python:
   version: 3.7
   install:
      - method: pip
        path: .
        extra_requirements:
            - docs
sphinx:
  builder: html
  configuration: docs/conf.py
  fail_on_warning: true