25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
309 B

  1. # .readthedocs.yml
  2. # Read the Docs configuration file
  3. # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
  4. # Required
  5. version: 2
  6. # Build documentation with MkDocs
  7. mkdocs:
  8. configuration: mkdocs.yml
  9. # Optionally build your docs in additional formats such as PDF and ePub
  10. formats: all