Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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