We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33a810 commit f4e291fCopy full SHA for f4e291f
.readthedocs.yaml
@@ -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
@@ -35,7 +35,7 @@ It provides:
35
:caption: Quick Start
36
37
quick_start/getting_started_with_tensorbay
38
- quick_start/examples
+ quick_start/examples_
39
40
.. toctree::
41
:maxdepth: 1
0 commit comments