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 710f951 commit 9e5c046Copy full SHA for 9e5c046
docs/conf.py
@@ -27,7 +27,7 @@
27
source_suffix = '.rst'
28
29
# The master toctree document.
30
-master_doc = 'README'
+master_doc = 'index'
31
32
# General information about the project.
33
project = u'Stage'
@@ -48,7 +48,7 @@
48
#
49
# This is also used if you do content translation via gettext catalogs.
50
# Usually you set "language" from the command line for these cases.
51
-language = None
+language = 'en'
52
53
# List of patterns, relative to source directory, that match files and
54
# directories to ignore when looking for source files.
docs/index.rst
@@ -0,0 +1 @@
1
+../README.rst
0 commit comments