Skip to content

Commit

Permalink
Redirect frontpage (Azure#2305)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel authored Mar 29, 2018
1 parent 8b20406 commit b40e0e3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 274 deletions.
6 changes: 5 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,12 @@
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

source_parsers = {
'.md': 'recommonmark.parser.CommonMarkParser',
}

# The suffix of source filenames.
source_suffix = '.rst'
source_suffix = ['.rst', '.md']

# The encoding of source files.
#source_encoding = 'utf-8-sig'
Expand Down
6 changes: 6 additions & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<meta http-equiv="refresh" content="0; url=https://docs.microsoft.com/python/azure">
<meta name="robots" content="noindex, nofollow">

<a href="https://docs.microsoft.com/python/azure">
Azure SDK for Python's documentation has moved from ReadTheDocs to docs.microsoft.com.
</a>
273 changes: 0 additions & 273 deletions doc/index.rst

This file was deleted.

1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx
sphinx_rtd_theme
recommonmark

0 comments on commit b40e0e3

Please sign in to comment.