Skip to content

Commit f4e291f

Browse files
author
haote.yang
committed
docs: add ReadtheDocs config file .readthedocs.yaml
1 parent d33a810 commit f4e291f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.readthedocs.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# .readthedocs.yml
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+
configuration: source/conf.py
12+
fail_on_warning: true

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ It provides:
3535
:caption: Quick Start
3636

3737
quick_start/getting_started_with_tensorbay
38-
quick_start/examples
38+
quick_start/examples_
3939

4040
.. toctree::
4141
:maxdepth: 1

0 commit comments

Comments
 (0)