Skip to content

Commit b640dba

Browse files
committed
conf.py
1 parent f288e62 commit b640dba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.readthedocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ build:
55
image: latest
66

77
sphinx:
8-
configuration: docs/conf.py
8+
configuration: docs/source/conf.py
99
fail_on_warning: false
10-
builder: html
1110

1211
python:
1312
version: "3.8"

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
sys.path.insert(0, os.path.abspath('.'))
1919

2020
# -- Project information -----------------------------------------------------
21-
2221
project = 'Discord Advertisement Framework'
2322
copyright = '2022, David Hozic'
2423
author = 'David Hozic'
@@ -43,6 +42,8 @@
4342
"enum_tools.autoenum",
4443
]
4544

45+
master_doc = 'index'
46+
4647

4748
source_suffix = {
4849
'.rst': 'restructuredtext',

0 commit comments

Comments
 (0)