Skip to content

Commit

Permalink
Better message on auto generated index file
Browse files Browse the repository at this point in the history
Closes #3351
  • Loading branch information
stsewd committed Dec 26, 2017
1 parent 9bcb5fb commit 0fcbe84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readthedocs/doc_builder/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ def create_index(self, extension='md', **__):
This is an autogenerated index file.
Please create a ``{dir}/index.{ext}`` or ``{dir}/README.{ext}`` file with your own content.
Please create a ``index.{ext}`` or ``README.{ext}`` file with your own content
under the root directory in your repository (or under ``/docs`` directory).
If you want to use another markup, choose a different builder in your settings.
"""
Expand Down

0 comments on commit 0fcbe84

Please sign in to comment.