Skip to content

Commit 6135252

Browse files
authored
Updated master_doc in conf.py
1 parent 2c01e34 commit 6135252

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
project = 'PyDataStructs'
2424
copyright = '2021, PyDataStructs Development Team'
2525
author = 'PyDataStructs Development Team'
26+
master_doc = 'index'
2627

2728
# The full version, including alpha/beta/rc tags
2829
release = '0.0.1'
@@ -69,4 +70,4 @@
6970
'undoc-members': True,
7071
'special-members': True,
7172
'exclude-members': '__new__, methods, __slots__, __dict__, __weakref__'
72-
}
73+
}

0 commit comments

Comments
 (0)