Skip to content

Commit 1de942f

Browse files
author
haote.yang
committed
1 parent d33a810 commit 1de942f

File tree

3 files changed

+18
-46
lines changed

3 files changed

+18
-46
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

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)