g3w-suite / g3w-suite-documentation

Edit and translate G3W-SUITE end-user documentation
https://g3w-suite.readthedocs.io/
1 stars 8 forks source link

Check for `.readthedocs.yml` existence #6

Open Raruto opened 1 year ago

Raruto commented 1 year ago

I don't know if this file is actually needed to deploy on readthedocs.com (maybe just to run this locally?). But, at a quick glance, it seems that it hasn't been included in this repository (ref: https://github.com/g3w-suite/g3w-admin/pull/440)


# g3w-admin@v3.5/.readthedocs.yml

version: 2
formats: all
sphinx:
  configuration: docs/conf.py
python:
   version: 3.7
   install:
      - requirements: docs/requirements.txt