mkdocs.yml 216 B

123456789
  1. site_name: PhpSpreadsheet Documentation
  2. repo_url: https://github.com/PHPOffice/phpspreadsheet
  3. edit_uri: edit/master/docs/
  4. theme: readthedocs
  5. extra_css:
  6. - extra/extra.css
  7. extra_javascript:
  8. - extra/extrajs.js