mkdocs.yml 457 B

1234567891011121314151617181920212223
  1. site_name: Python AppImage
  2. site_description: AppImage distributions of Python
  3. site_author: Valentin Niess
  4. copyright: GPL-3.0
  5. repo_url: https://github.com/niess/python-appimage
  6. edit_uri: edit/master/docs/docs
  7. nav:
  8. - Python AppImages: index.md
  9. - Developers corner: apps.md
  10. theme:
  11. name: readthedocs
  12. navigation_depth: 3
  13. highlightjs: no
  14. markdown_extensions:
  15. - admonition
  16. - attr_list
  17. - md_in_html
  18. extra_css: [css/extra.css, css/nord.min.css]