Skip to content

Commit 59a1355

Browse files
author
haote.yang
committed
1 parent d33a810 commit 59a1355

File tree

2 files changed

+17
-45
lines changed

2 files changed

+17
-45
lines changed

.github/workflows/build_docs.yaml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.readthedocs.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
---
6+
# Required
7+
version: 2
8+
9+
# Build documentation in the docs/ directory with Sphinx
10+
sphinx:
11+
fail_on_warning: true
12+
13+
# Optionally set the version of Python and requirements required to build your docs
14+
python:
15+
version: 3.8
16+
install:
17+
- requirements: requirements.txt

0 commit comments

Comments
 (0)