소스 검색

Configuration doc

Ali 4 년 전
부모
커밋
06c484827f
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      .readthedocs.yml

+ 5 - 0
.readthedocs.yml

@@ -7,12 +7,17 @@ version: 2
 
 # Build documentation in the docs/ directory with Sphinx
 sphinx:
+  fail_on_warning: false
+  builder: html
   configuration: _source/conf.py
 
 # Build documentation with MkDocs
 #mkdocs:
 #  configuration: mkdocs.yml
 
+build:
+  image: latest
+
 # Optionally build your docs in additional formats such as PDF
 formats:
   - pdf