Skip to content

Commit 9e5c046

Browse files
committed
Ensure index.html in docs
1 parent 710f951 commit 9e5c046

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
source_suffix = '.rst'
2828

2929
# The master toctree document.
30-
master_doc = 'README'
30+
master_doc = 'index'
3131

3232
# General information about the project.
3333
project = u'Stage'
@@ -48,7 +48,7 @@
4848
#
4949
# This is also used if you do content translation via gettext catalogs.
5050
# Usually you set "language" from the command line for these cases.
51-
language = None
51+
language = 'en'
5252

5353
# List of patterns, relative to source directory, that match files and
5454
# directories to ignore when looking for source files.

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.rst

0 commit comments

Comments
 (0)