We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f288e62 commit b640dbaCopy full SHA for b640dba
.readthedocs.yml
@@ -5,9 +5,8 @@ build:
5
image: latest
6
7
sphinx:
8
- configuration: docs/conf.py
+ configuration: docs/source/conf.py
9
fail_on_warning: false
10
- builder: html
11
12
python:
13
version: "3.8"
docs/source/conf.py
@@ -18,7 +18,6 @@
18
sys.path.insert(0, os.path.abspath('.'))
19
20
# -- Project information -----------------------------------------------------
21
-
22
project = 'Discord Advertisement Framework'
23
copyright = '2022, David Hozic'
24
author = 'David Hozic'
@@ -43,6 +42,8 @@
43
42
"enum_tools.autoenum",
44
]
45
+master_doc = 'index'
46
+
47
48
source_suffix = {
49
'.rst': 'restructuredtext',
0 commit comments